Publish audio and video when connecting with custom connection details (#37)
This commit is contained in:
parent
000a759bcb
commit
bef0e4cc1d
@ -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…
x
Reference in New Issue
Block a user