Skip to content

Commit bc75b2a

Browse files
committed
修复自测TRTC语音通话接受退不出room问题
Change-Id: I60c4407e82542a2f60573c41349b4d3c947447e9
1 parent d3b9537 commit bc75b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/LinkSDK/TRTC/ui/AudioCall/TRTCAudioCallViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ extension TRTCCallingAuidoViewController {
259259
view.addSubview(accept)
260260
accept.rx.controlEvent(.touchUpInside).subscribe(onNext: {[weak self] in
261261
guard let self = self else {return}
262-
TRTCCalling.shareInstance().accept()
262+
// TRTCCalling.shareInstance().accept()
263263

264264
var curUser = CallingUserModel()
265265
curUser.isEnter = true

0 commit comments

Comments
 (0)