From 514603efd1641aa83f0e61ec14ab4ddef4d20cd9 Mon Sep 17 00:00:00 2001 From: gxz Date: Mon, 8 Jul 2024 11:06:02 +0800 Subject: [PATCH] chore: optimize --- .../src/renderer/examples/basic/VideoDecoder/VideoDecoder.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/src/renderer/examples/basic/VideoDecoder/VideoDecoder.tsx b/example/src/renderer/examples/basic/VideoDecoder/VideoDecoder.tsx index adaf804e5..00ec34e1e 100644 --- a/example/src/renderer/examples/basic/VideoDecoder/VideoDecoder.tsx +++ b/example/src/renderer/examples/basic/VideoDecoder/VideoDecoder.tsx @@ -126,8 +126,8 @@ export default class VideoDecoder { autoSubscribeAudio: true, autoSubscribeVideo: true, - publishMicrophoneTrack: false, - publishCameraTrack: false, + publishMicrophoneTrack: true, + publishCameraTrack: true, clientRoleType: ClientRoleType.ClientRoleBroadcaster, } );