Fix bug
This commit is contained in:
parent
c6d1669bdd
commit
39727feb8a
@ -52,5 +52,5 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
// 本地依赖,现将aar复制到libs/io/openim/core-sdk/0.0.1/ 下,命名core-sdk-0.0.1.aar
|
// 本地依赖,现将aar复制到libs/io/openim/core-sdk/0.0.1/ 下,命名core-sdk-0.0.1.aar
|
||||||
// implementation 'io.openim: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,
|
required Map info,
|
||||||
String? operationID,
|
String? operationID,
|
||||||
}) {
|
}) {
|
||||||
|
if (info['meetingID'] != null) {
|
||||||
|
info['roomID'] = info['meetingID'];
|
||||||
|
}
|
||||||
assert(info['roomID'] != null);
|
assert(info['roomID'] != null);
|
||||||
return _channel.invokeMethod(
|
return _channel.invokeMethod(
|
||||||
'signalingUpdateMeetingInfo',
|
'signalingUpdateMeetingInfo',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user