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 (
|
return (
|
||||||
<main data-lk-theme="default">
|
<main data-lk-theme="default">
|
||||||
{liveKitUrl && (
|
{liveKitUrl && (
|
||||||
<LiveKitRoom token={token} serverUrl={liveKitUrl}>
|
<LiveKitRoom token={token} serverUrl={liveKitUrl} audio={true} video={true}>
|
||||||
<VideoConference chatMessageFormatter={formatChatMessageLinks} />
|
<VideoConference chatMessageFormatter={formatChatMessageLinks} />
|
||||||
<DebugMode logLevel={LogLevel.info} />
|
<DebugMode logLevel={LogLevel.info} />
|
||||||
</LiveKitRoom>
|
</LiveKitRoom>
|
||||||
|
|
Loading…
Reference in a new issue