Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Jul 8, 2024
1 parent a8aa7fa commit 514603e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ export default class VideoDecoder
{
autoSubscribeAudio: true,
autoSubscribeVideo: true,
publishMicrophoneTrack: false,
publishCameraTrack: false,
publishMicrophoneTrack: true,
publishCameraTrack: true,
clientRoleType: ClientRoleType.ClientRoleBroadcaster,
}
);
Expand Down

0 comments on commit 514603e

Please sign in to comment.