We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0b157 commit a12646eCopy full SHA for a12646e
.env.example
@@ -1,4 +1,4 @@
1
-RTC_SERVER=https://52.53.188.29:8080/
+TURN_SERVER=https://52.53.188.29:8080/
2
AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY
3
AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY
4
AWS_VPC_ID=YOUR_VPC_ID
src/redux/modules/webrtc.js
@@ -42,7 +42,7 @@ let rtc = null;
42
export const actions = {
43
init: (cfg) => (dispatch, getState) => {
44
rtc = new SimpleWebRTC({
45
- url: __RTC_SERVER__,
+ url: __TURN_SERVER__,
46
debug: cfg.debug || false,
47
peerConnectionConfig: freeice()
48
});
0 commit comments