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:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install coturn using brew
brew install coturn
coturn is ready to use now!