Commit 224fedd0 by YKai

feat:m-confide组件升级

parent 720dc764
......@@ -5,7 +5,7 @@ ext {
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.48.99",
"m-confide" : "0.0.49.00",
"m-consultant" : "0.0.59.65",
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.10",
......@@ -39,7 +39,7 @@ ext {
"ydl-webview" : "0.0.38.36",
"ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.13",
"m-audioim" : "0.0.49.29.28",
"m-audioim" : "0.0.49.29.29",
"ydl-flutter-base": "0.0.14.20",
//以下 几乎不会动
......@@ -88,7 +88,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.48.99",
"m-confide" : "0.0.49.00",
"m-consultant" : "0.0.59.65",
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.10",
......@@ -120,7 +120,7 @@ ext {
"ydl-webview" : "0.0.38.36",
"ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.11",
"m-audioim" : "0.0.49.29.28",
"m-audioim" : "0.0.49.29.29",
"ydl-flutter-base": "0.0.14.20",
//以下 几乎不会动
......
......@@ -558,10 +558,12 @@ class YDLavManager {
* 当reason=CONNECTION_CHANGE_REASON_REMOTE_LOGIN的时候,是远端用户以相同UID登录RTM
* 如果正在通话中,则不进行退出操作
* */
if(reason==CONNECTION_CHANGE_REASON_REMOTE_LOGIN&&!activityIsExists(ConsultantAudioHomeActivity::class.java)&&!activityIsExists(AudioHomeActivity::class.java)){
logout()
}else{
logout(true)
if (reason==CONNECTION_CHANGE_REASON_REMOTE_LOGIN){
if (!activityIsExists(ConsultantAudioHomeActivity::class.java)&&!activityIsExists(AudioHomeActivity::class.java)){
logout()
}else{
logout(true)
}
}
}
}
......
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