Browse Source

优化完善rtc

dev-2.0
王子贤 1 month ago
parent
commit
236fc000d4
1 changed files with 1 additions and 0 deletions
  1. 1
      lib/rtc/rtc_manager.dart

1
lib/rtc/rtc_manager.dart

@ -269,6 +269,7 @@ class RTCManager {
// LiveChatMessageService
LiveChatMessageService.instance.handleEndLiveMessage();
} else {
if(roomController.isClose.value) return;
// 退RTM消息
await roomController.leaveChannel();
await roomController.getLiveData();

Loading…
Cancel
Save