fix bug tts of callchat and trafficlight code
This commit is contained in:
zhongchao
2021-11-15 20:14:41 +08:00
parent 9deee6d58c
commit 0da4b20852
7 changed files with 61 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ object IMVoiceClient {
private var intentRegister: IMogoIntentManager? = null
private const val REQUEST_VOICE_CALL = "主人,有新的小伙伴找你聊天啦,你要接听吗?你可以说“接听”开启通话。或者说“挂断”结束通话"
private const val REQUEST_CLOUD_VOICE_CALL = "您有来自管理平台的语音电话,请接听!"
private const val REQUEST_CLOUD_VOICE_CALL = "云平台请求跟你进行语音通话"
private val requestCallYArray: Array<String> = arrayOf("接听")
private val requestCallNArray: Array<String> = arrayOf("挂断")