Custom RTC Config

Custom RTC Config

To use this app with a custom TURN server:
  1. Create a file named /app/data/rtc_config.json using the File Manager. See upstream example.
  2. Add the line below to /app/data/env.sh using the File Manager.
    export RTC_CONFIG=/app/data/rtc_config.json
  3. Disable DANIAN's TURN Server auto-configuration for the app in the TURN section. Note that if you do not provide a custom config file above, the TURN server defaults to Google's server (stun.l.google.com).