Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
8cb634ab
Commit
8cb634ab
authored
May 30, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 星链 消息更改升级组件
parent
e7051301
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
config.gradle
config.gradle
+10
-10
YDLavManager.kt
m-audioim/src/main/java/com/ydl/audioim/YDLavManager.kt
+0
-1
No files found.
config.gradle
View file @
8cb634ab
...
...
@@ -5,12 +5,12 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.49.9
5
"
,
"m-confide"
:
"0.0.49.9
6
"
,
"m-consultant"
:
"0.0.60.27"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.
18
"
,
"m-user"
:
"0.0.62.
25
"
,
"m-home"
:
"0.0.23.74"
,
"m-im"
:
"0.0.21.4
7
"
,
"m-im"
:
"0.0.21.4
8
"
,
"m-dynamic"
:
"0.0.7.74"
,
"m-article"
:
"0.0.0.10"
,
...
...
@@ -35,13 +35,13 @@ ext {
//mdt 组件
"ydl-tuicore"
:
"0.0.23"
,
//第一步
"ydl-platform"
:
"0.0.41.2
1
"
,
"ydl-platform"
:
"0.0.41.2
2
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.80"
,
"ydl-media"
:
"0.0.21.45"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.30.0
0
"
,
"m-audioim"
:
"0.0.49.30.0
1
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
//以下 几乎不会动
...
...
@@ -90,12 +90,12 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.49.9
5
"
,
"m-confide"
:
"0.0.49.9
6
"
,
"m-consultant"
:
"0.0.60.27"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.
18
"
,
"m-user"
:
"0.0.62.
25
"
,
"m-home"
:
"0.0.23.74"
,
"m-im"
:
"0.0.21.4
7
"
,
"m-im"
:
"0.0.21.4
8
"
,
"m-dynamic"
:
"0.0.7.74"
,
"m-article"
:
"0.0.0.8"
,
...
...
@@ -118,13 +118,13 @@ ext {
//mdt组件
"ydl-tuicore"
:
"0.0.23"
,
//第一步
"ydl-platform"
:
"0.0.41.2
1
"
,
"ydl-platform"
:
"0.0.41.2
2
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.80"
,
"ydl-media"
:
"0.0.21.45"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.30.0
0
"
,
"m-audioim"
:
"0.0.49.30.0
1
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
//以下 几乎不会动
...
...
m-audioim/src/main/java/com/ydl/audioim/YDLavManager.kt
View file @
8cb634ab
...
...
@@ -142,7 +142,6 @@ class YDLavManager {
val
act
=
ActivityManager
.
getInstance
().
getTopTaskActivity
()
if
(
act
is
AudioHomeActivity
)
{
act
.
runOnUiThread
{
act
.
callEventSave
(
"33"
,
"被叫拒绝,被叫点击了拒绝按钮"
)
callEndStatusUpdate
(
response
?.
ChannelId
!!
,
2
,
"被叫拒绝"
)
ToastUtil
.
toastShort
(
"对方已挂断"
)
act
.
writeAgoraLog
(
"被叫(专家)拒绝了通话邀请"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment