@@ -156,7 +156,7 @@ public class WdklSipService extends Service {
}
} else if (state == Call.State.Connected) {
//录音
- call.startRecording();
+ //call.startRecording();
if (sipTesting) {
//通话已建立完成,打开通话界面
@@ -203,7 +203,7 @@ class SipComingCallFragment: BaseCallFragment() {
if (call == null) {
call = sipCore!!.calls[0]
- call?.stopRecording()
+ //call?.stopRecording()
call?.terminate()