@@ -72,6 +72,7 @@ class SipCallFragment: BaseCallFragment() {
call_volume_bar.progress = volume/10
tv_volume.text = "" + volume/10
VoiceManagerUtil.setCallVoice(activity, volume)
+ sipCore?.isMicEnabled = true
//tcp参数
if (tcpModel != null) {
@@ -406,6 +406,10 @@ public class WebRTCEngine {
if (_localStream == null) {
createLocalStream();
}
+
+ //初始化打开声音通道
+ setVolumeMute(false);
+ muteAudio(false);
/**