GitHub

Source

Pictographic representation of the component.

AudioConference

This component is the default setup of a classic LiveKit audio conferencing app. It provides functionality like switching between participant grid view and focus view.

Import

import { AudioConference } from "@livekit/components-react";

Remarks

The component is implemented with other LiveKit components like FocusContextProvider, GridLayout, ControlBar, FocusLayoutContainer and FocusLayout.

Usage

<LiveKitRoom>
<AudioConference />
<LiveKitRoom>