个播PK:UI对稿

This commit is contained in:
huangjian
2022-04-19 18:37:36 +08:00
parent fb9e87eaaf
commit 8e7f2261db
17 changed files with 49 additions and 49 deletions

View File

@@ -1152,11 +1152,6 @@ public class TRTCEngineAdapter extends BaseAdapterImpl {
if (!enableAudioFlag) {
return -1;
}
if (muted) {
trtcCloud.stopLocalAudio();
} else {
trtcCloud.startLocalAudio();
}
trtcCloud.muteLocalAudio(muted);
return 0;
}