File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ function initRTC(opts) {
102
102
sdkAppId : opts . sdkappid ,
103
103
accountType : opts . accountType
104
104
} , function ( ) {
105
- // RTC.createRoom({
106
105
RTC . enterRoom ( {
107
106
roomid : opts . roomid * 1 ,
108
107
privateMapKey : opts . privateMapKey ,
@@ -143,7 +142,7 @@ function initRTC(opts) {
143
142
}
144
143
} ) ;
145
144
RTC . on ( "onStreamNotify" , function ( info ) {
146
- console . warn ( 'onStreamNotify' , info )
145
+ // console.warn('onStreamNotify', info)
147
146
} ) ;
148
147
RTC . on ( "onWebSocketNotify" , function ( info ) {
149
148
// console.warn('onWebSocketNotify', info)
@@ -170,7 +169,6 @@ function push() {
170
169
"userSig" : userSig ,
171
170
"sdkappid" : sdkappid ,
172
171
"accountType" : 1 , // 随便传一个值,现在没有啥用处
173
- "closeLocalMedia" : false ,
174
172
"roomid" : roomid
175
173
} ) ;
176
174
}
You can’t perform that action at this time.
0 commit comments