Skip to content

Commit e91b4b8

Browse files
committed
fix: update api extractor file
1 parent 1a200e4 commit e91b4b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,10 @@ export type SessionConnectOptions = {
673673
enabled?: boolean;
674674
publishOptions?: TrackPublishOptions;
675675
};
676+
screenShare?: {
677+
enabled?: boolean;
678+
publishOptions?: TrackPublishOptions;
679+
};
676680
};
677681
roomConnectOptions?: RoomConnectOptions;
678682
};

0 commit comments

Comments
 (0)