Closed codysherman closed 4 years ago
The TURN variables are configured in the .env.local file: VUE_APP_TURN_USERNAME VUE_APP_TURN_CREDENTIAL
VUE_APP_TURN_USERNAME
VUE_APP_TURN_CREDENTIAL
If doing local dev, or even on production, a console warning should appear saying no variables found.
Solved in bfaea90473bdfa92c59fc8dd845e14c13e54c66e
The TURN variables are configured in the .env.local file:
VUE_APP_TURN_USERNAME
VUE_APP_TURN_CREDENTIAL
If doing local dev, or even on production, a console warning should appear saying no variables found.