diff --git a/SampleCode/Android/app/build.gradle b/SampleCode/Android/app/build.gradle index 73679231..270407a9 100644 --- a/SampleCode/Android/app/build.gradle +++ b/SampleCode/Android/app/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'com.google.android:flexbox:2.0.1' //NEMeeting-SDK - implementation 'com.netease.yunxin:meetinglib:1.9.0' + implementation 'com.netease.yunxin:meetinglib:1.10.0' //NIM-SDK, 如果单独接入了云信NIM,或者需要依赖指定的NIM版本,则可根据需要进行依赖声明。 //正常情况下不用声明 diff --git a/SampleCode/iOS/Podfile b/SampleCode/iOS/Podfile index b29dd923..c17e6bfd 100644 --- a/SampleCode/iOS/Podfile +++ b/SampleCode/iOS/Podfile @@ -5,7 +5,7 @@ target 'NEMeetingDemo' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! - pod 'NEMeetingSDK', '~> 1.9.0' + pod 'NEMeetingSDK', '~> 1.10.0' pod 'XLForm', '~> 4.1.0' pod 'IQKeyboardManager', '~> 6.5.6' pod 'Masonry', '~> 1.1.0' diff --git a/docs/android/META-INF/MANIFEST.MF b/docs/android/META-INF/MANIFEST.MF deleted file mode 100644 index 58630c02..00000000 --- a/docs/android/META-INF/MANIFEST.MF +++ /dev/null @@ -1,2 +0,0 @@ -Manifest-Version: 1.0 - diff --git a/docs/android/allclasses-frame.html b/docs/android/allclasses-frame.html index e26e6185..e57d1a6f 100644 --- a/docs/android/allclasses-frame.html +++ b/docs/android/allclasses-frame.html @@ -3,7 +3,7 @@
-public class NEMeetingRoleConfiguration
+extends java.lang.Object
+implements java.io.Serializable
+限定符和类型 | +字段和说明 | +
---|---|
java.util.List<java.lang.String> |
+accountIds
+该类型的角色限制可以参加会议的成员列表
+ |
+
int |
+maxCount
+该类型的角色允许的在会最大人数
+ |
+
int |
+roleType
+角色身份,1成员,2主持人,3管理员,4隐藏
+ |
+
构造器和说明 | +
---|
NEMeetingRoleConfiguration() |
+
限定符和类型 | +方法和说明 | +
---|---|
static NEMeetingRoleConfiguration |
+fromJson(org.json.JSONObject jsonObject) |
+
org.json.JSONObject |
+toJson() |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int roleType+
RoleType
public int maxCount+
public java.util.List<java.lang.String> accountIds+
public static NEMeetingRoleConfiguration fromJson(org.json.JSONObject jsonObject)+
public org.json.JSONObject toJson()+