File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ webrtc:
105105 - urls : stun:stun.l.google.com:19302
106106 - urls : stun:stun1.l.google.com:19302
107107 - urls : stun:stun2.l.google.com:19302
108+ turn :
109+ shared-secret : " ${WEBRTC_TURN_SHARED_SECRET}"
110+ server-ip : " ${WEBRTC_TURN_SERVER_IP}"
111+ ttl-seconds : 3600
108112
109113# 스터디룸 설정
110114studyroom :
Original file line number Diff line number Diff line change 8989frontend :
9090 base-url : http://localhost:3000
9191
92- webrtc :
93- ice-servers :
94- - urls : stun:stun.l.google.com:19302
95- - urls : stun:stun1.l.google.com:19302
96- - urls : stun:stun2.l.google.com:19302
97-
9892# AWS S3
9993cloud :
10094 aws :
Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ webrtc:
122122 - urls : stun:stun.l.google.com:19302
123123 - urls : stun:stun1.l.google.com:19302
124124 - urls : stun:stun2.l.google.com:19302
125+ turn :
126+ shared-secret : " ${WEBRTC_TURN_SHARED_SECRET}"
127+ server-ip : " ${WEBRTC_TURN_SERVER_IP}"
128+ ttl-seconds : 3600
125129
126130# 스터디룸 설정
127131studyroom :
You can’t perform that action at this time.
0 commit comments