Fix bug
This commit is contained in:
parent
c6d1669bdd
commit
39727feb8a
@ -52,5 +52,5 @@ android {
|
||||
dependencies {
|
||||
// 本地依赖,现将aar复制到libs/io/openim/core-sdk/0.0.1/ 下,命名core-sdk-0.0.1.aar
|
||||
// implementation 'io.openim:core-sdk:0.0.1@aar'
|
||||
api 'io.openim:core-sdk:2.3.5-t32@aar'
|
||||
api 'io.openim:core-sdk:2.3.5-t34@aar'
|
||||
}
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user