注释修改
This commit is contained in:
parent
ce6128a827
commit
7ba1f90b9c
|
|
@ -661,13 +661,13 @@ class MeetingMainLogic extends GetxController with RequestToolMixin{
|
||||||
debugPrint("wgs输出===:RTC-音频采集开关:$state");
|
debugPrint("wgs输出===:RTC-音频采集开关:$state");
|
||||||
},
|
},
|
||||||
|
|
||||||
// 视频采集开关回调
|
// 远端视频状态发生改变回调
|
||||||
onRemoteVideoStateChanged: (RtcConnection connection,
|
onRemoteVideoStateChanged: (RtcConnection connection,
|
||||||
int remoteUid,
|
int remoteUid,
|
||||||
RemoteVideoState state,
|
RemoteVideoState state,
|
||||||
RemoteVideoStateReason reason,
|
RemoteVideoStateReason reason,
|
||||||
int elapsed){
|
int elapsed){
|
||||||
debugPrint("wgs输出===:RTC-视频采集开关:$state");
|
debugPrint("wgs输出===:RTC-远端视频状态发生改变:$state");
|
||||||
},
|
},
|
||||||
|
|
||||||
// 用户音量提示回调
|
// 用户音量提示回调
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue