You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ts/Private/IAgoraRtcEngine.ts
+9
Original file line number
Diff line number
Diff line change
@@ -1118,6 +1118,10 @@ export class ChannelMediaOptions {
1118
1118
* Whether to publish the local transcoded video: true : Publish the local transcoded video. false : Do not publish the local transcoded video.
1119
1119
*/
1120
1120
publishTranscodedVideoTrack?: boolean;
1121
+
/**
1122
+
* @ignore
1123
+
*/
1124
+
publishMixedAudioTrack?: boolean;
1121
1125
/**
1122
1126
* Whether to automatically subscribe to all remote audio streams when the user joins a channel: true : Subscribe to all remote audio streams. false : Do not automatically subscribe to any remote audio streams.
1123
1127
*/
@@ -3201,6 +3205,11 @@ export abstract class IRtcEngine {
0 commit comments