Commit 69ea9f3e by 严久程

咨询声网接听页面外放

parent 13a9917b
......@@ -42,7 +42,7 @@ ext {
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.48.29",
"m-confide" : "0.0.48.33",
"m-consultant" : "0.0.59.15",
"m-fm" : "0.0.29.3",
"m-user" : "0.0.60.3",
......@@ -75,7 +75,7 @@ ext {
"ydl-webview" : "0.0.38.29",
"ydl-media" : "0.0.20",
"ydl-pay" : "0.0.17",
"m-audioim" : "0.0.49.8",
"m-audioim" : "0.0.49.11",
"ydl-flutter-base": "0.0.14.12",
//以下 几乎不会动
......@@ -121,7 +121,7 @@ ext {
"ydl-webview" : "0.0.38.29",
"ydl-media" : "0.0.20",
"ydl-pay" : "0.0.17",
"m-audioim" : "0.0.49.8",
"m-audioim" : "0.0.49.11",
"ydl-flutter-base": "0.0.10.9",
//以下 几乎不会动
......
......@@ -36,7 +36,7 @@ class AudioPlayer {
audioManager?.setStreamVolume(
AudioManager.STREAM_MUSIC,
audioManager!!.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
AudioManager.STREAM_MUSIC
AudioManager.FLAG_PLAY_SOUND
)
} else {
mPlayer?.setAudioStreamType(AudioManager.STREAM_VOICE_CALL)
......
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