This commit is contained in:
hrxiang
2023-03-08 15:52:16 +08:00
parent c6d1669bdd
commit 39727feb8a
2 changed files with 4 additions and 1 deletions

View File

@@ -163,6 +163,9 @@ class SignalingManager {
required Map info,
String? operationID,
}) {
if (info['meetingID'] != null) {
info['roomID'] = info['meetingID'];
}
assert(info['roomID'] != null);
return _channel.invokeMethod(
'signalingUpdateMeetingInfo',