Steps To Install coturn on Mac

Package Information:

Name: coturn
Use: Free open source implementation of TURN and STUN Server
URL: https://github.com/coturn/coturn

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install coturn using brew
    brew install coturn

coturn is ready to use now!