注释修改

This commit is contained in:
fuenmao 2024-12-11 16:39:10 +08:00
parent ce6128a827
commit 7ba1f90b9c
1 changed files with 2 additions and 2 deletions

View File

@ -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");
}, },
// //