Commit e4cf5a0b by 刘鹏

feat : 4.3.87回滚

parent 897ef733
...@@ -5,10 +5,10 @@ ext { ...@@ -5,10 +5,10 @@ ext {
ydlPublishVersion = [ ydlPublishVersion = [
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.64", "m-confide" : "0.0.49.65",
"m-consultant" : "0.0.60.11", "m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.62.03", "m-user" : "0.0.62.04",
"m-home" : "0.0.23.17", "m-home" : "0.0.23.17",
"m-im" : "0.0.21.21", "m-im" : "0.0.21.21",
"m-dynamic" : "0.0.7.35", "m-dynamic" : "0.0.7.35",
...@@ -39,7 +39,7 @@ ext { ...@@ -39,7 +39,7 @@ ext {
"ydl-webview" : "0.0.38.61", "ydl-webview" : "0.0.38.61",
"ydl-media" : "0.0.21.42", "ydl-media" : "0.0.21.42",
"ydl-pay" : "0.0.18.19", "ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.29.84", "m-audioim" : "0.0.49.29.85",
"ydl-flutter-base": "0.0.14.38", "ydl-flutter-base": "0.0.14.38",
//以下 几乎不会动 //以下 几乎不会动
...@@ -89,10 +89,10 @@ ext { ...@@ -89,10 +89,10 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.64", "m-confide" : "0.0.49.65",
"m-consultant" : "0.0.60.11", "m-consultant" : "0.0.60.11",
"m-fm" : "0.0.30.07", "m-fm" : "0.0.30.07",
"m-user" : "0.0.62.03", "m-user" : "0.0.62.04",
"m-home" : "0.0.23.17", "m-home" : "0.0.23.17",
"m-im" : "0.0.21.21", "m-im" : "0.0.21.21",
"m-dynamic" : "0.0.7.35", "m-dynamic" : "0.0.7.35",
...@@ -122,7 +122,7 @@ ext { ...@@ -122,7 +122,7 @@ ext {
"ydl-webview" : "0.0.38.61", "ydl-webview" : "0.0.38.61",
"ydl-media" : "0.0.21.42", "ydl-media" : "0.0.21.42",
"ydl-pay" : "0.0.18.19", "ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.29.84", "m-audioim" : "0.0.49.29.85",
"ydl-flutter-base": "0.0.14.38", "ydl-flutter-base": "0.0.14.38",
//以下 几乎不会动 //以下 几乎不会动
......
...@@ -807,7 +807,7 @@ class AudioHomeActivity : ...@@ -807,7 +807,7 @@ class AudioHomeActivity :
* param mRtcEventHandler 事件回调(SDK 通过指定的事件通知应用程序 SDK 的运行事件,如: 加入或离开频道,新用户加入频道等) * param mRtcEventHandler 事件回调(SDK 通过指定的事件通知应用程序 SDK 的运行事件,如: 加入或离开频道,新用户加入频道等)
*/ */
voiceManage = YDLVoiceManager(this, BuildConfig.AGORA_APPID, mRtcEventHandler) voiceManage = YDLVoiceManager(this, BuildConfig.AGORA_APPID, mRtcEventHandler)
voiceManage?.init() voiceManage!!.init()
} }
/** /**
......
...@@ -67,9 +67,7 @@ class YDLavManager { ...@@ -67,9 +67,7 @@ class YDLavManager {
fun init(context: Context, appId: String) { fun init(context: Context, appId: String) {
YDLRTMClient.instances.init(context, appId, listener) YDLRTMClient.instances.init(context, appId, listener)
if (EventBus.getDefault().isRegistered(this)) {
EventBus.getDefault().unregister(this) EventBus.getDefault().unregister(this)
}
EventBus.getDefault().register(this) EventBus.getDefault().register(this)
//设置回调 //设置回调
setCallback() setCallback()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment