Skip to content

Commit b4380ff

Browse files
committed
update api docs
1 parent 05c52cf commit b4380ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react/etc/components-react.api.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import { ScreenShareCaptureOptions } from 'livekit-client';
3434
import { setLogLevel as setLogLevel_2 } from 'livekit-client';
3535
import { SVGProps } from 'react';
3636
import { Track } from 'livekit-client';
37+
import { TrackProcessor } from 'livekit-client';
3738
import { TrackPublication } from 'livekit-client';
3839
import { TrackPublishOptions } from 'livekit-client';
3940
import { TranscriptionSegment } from 'livekit-client';
@@ -546,7 +547,7 @@ export interface ParticipantTileProps extends React_2.HTMLAttributes<HTMLDivElem
546547
export type PinState = TrackReferenceOrPlaceholder[];
547548

548549
// @public
549-
export function PreJoin({ defaults, onValidate, onSubmit, onError, debug, joinLabel, micLabel, camLabel, userLabel, persistUserChoices, ...htmlProps }: PreJoinProps): React_2.JSX.Element;
550+
export function PreJoin({ defaults, onValidate, onSubmit, onError, debug, joinLabel, micLabel, camLabel, userLabel, persistUserChoices, videoProcessor, ...htmlProps }: PreJoinProps): React_2.JSX.Element;
550551

551552
// @public
552553
export interface PreJoinProps extends Omit<React_2.HTMLAttributes<HTMLDivElement>, 'onSubmit' | 'onError'> {
@@ -566,6 +567,8 @@ export interface PreJoinProps extends Omit<React_2.HTMLAttributes<HTMLDivElement
566567
persistUserChoices?: boolean;
567568
// (undocumented)
568569
userLabel?: string;
570+
// (undocumented)
571+
videoProcessor?: TrackProcessor<Track.Kind.Video>;
569572
}
570573

571574
// Warning: (ae-internal-missing-underscore) The name "QualityExcellentIcon" should be prefixed with an underscore because the declaration is marked as @internal

0 commit comments

Comments
 (0)