Skip to content

Commit

Permalink
api docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Sep 8, 2023
1 parent 60104e3 commit e2681fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/etc/components-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ trackCount: number): {
export function useIsMuted(trackRef: TrackReferenceOrPlaceholder): boolean;

// @public @deprecated (undocumented)
export function useIsMuted(source: Track.Source, options: UseIsMutedOptions): boolean;
export function useIsMuted(source: Track.Source, options?: UseIsMutedOptions): boolean;

// @public (undocumented)
export interface UseIsMutedOptions {
Expand Down Expand Up @@ -911,7 +911,7 @@ export function useTrackContext(): TrackReferenceOrPlaceholder;
export function useTrackMutedIndicator(trackRef?: TrackReferenceOrPlaceholder): TrackMutedIndicatorReturnType;

// @public @deprecated (undocumented)
export function useTrackMutedIndicator(source: Track.Source, options: UseTrackMutedIndicatorOptions): TrackMutedIndicatorReturnType;
export function useTrackMutedIndicator(source: Track.Source, options?: UseTrackMutedIndicatorOptions): TrackMutedIndicatorReturnType;

// @public (undocumented)
export interface UseTrackMutedIndicatorOptions {
Expand Down

0 comments on commit e2681fd

Please sign in to comment.