|
@@ -72,6 +72,7 @@ class SipCallFragment: BaseCallFragment() {
|
|
call_volume_bar.progress = volume/10
|
|
call_volume_bar.progress = volume/10
|
|
tv_volume.text = "" + volume/10
|
|
tv_volume.text = "" + volume/10
|
|
VoiceManagerUtil.setCallVoice(activity, volume)
|
|
VoiceManagerUtil.setCallVoice(activity, volume)
|
|
|
|
+ sipCore?.isMicEnabled = true
|
|
|
|
|
|
//tcp参数
|
|
//tcp参数
|
|
if (tcpModel != null) {
|
|
if (tcpModel != null) {
|