Skip to content

Commit

Permalink
add @public tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Sep 28, 2023
1 parent 754a900 commit 99eea67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/etc/components-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ export function RoomAudioRenderer({ volume, isMuted }: RoomAudioRendererProps):

// @public (undocumented)
export interface RoomAudioRendererProps {
// @alpha
isMuted?: boolean;
volume?: number;
}
Expand Down

0 comments on commit 99eea67

Please sign in to comment.