Publish audio and video when connecting with custom connection details (#37)
This commit is contained in:
parent
000a759bcb
commit
bef0e4cc1d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default function CustomRoomConnection() {
|
|||
return (
|
||||
<main data-lk-theme="default">
|
||||
{liveKitUrl && (
|
||||
<LiveKitRoom token={token} serverUrl={liveKitUrl}>
|
||||
<LiveKitRoom token={token} serverUrl={liveKitUrl} audio={true} video={true}>
|
||||
<VideoConference chatMessageFormatter={formatChatMessageLinks} />
|
||||
<DebugMode logLevel={LogLevel.info} />
|
||||
</LiveKitRoom>
|
||||
|
|
Loading…
Reference in a new issue