个播PK:UI对稿
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user