Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Oct 7, 2024
1 parent c724390 commit 3a9448a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/VideoTrack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import type { TrackReference } from '@livekit/components-react';

/**
* Props for the VideoTrack component.
* @public
*/
export type VideoTrackProps = {
/**
Expand Down Expand Up @@ -69,6 +70,7 @@ export type VideoTrackProps = {
*
* @param props - See VideoTrackProps for details.
* @returns A React component that renders the given video track.
* @public
*/
export const VideoTrack = ({
style = {},
Expand Down

0 comments on commit 3a9448a

Please sign in to comment.