We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a1962 commit 1bcfdf3Copy full SHA for 1bcfdf3
app/page.tsx
@@ -40,6 +40,7 @@ export default function Page() {
40
const connectionDetailsData: ConnectionDetails = await response.json();
41
42
await room.connect(connectionDetailsData.serverUrl, connectionDetailsData.participantToken);
43
+ await room.localParticipant.setMicrophoneEnabled(true);
44
}, [room]);
45
46
useEffect(() => {
0 commit comments