Calling: Improve the Picture-in-Picture popout

This commit is contained in:
Scott Nonnenberg
2025-04-08 10:11:36 +10:00
committed by GitHub
parent efffc4f569
commit a623ee44c4
18 changed files with 941 additions and 261 deletions

View File

@@ -72,8 +72,8 @@ export type PropsType = {
onJoinCall: () => void;
outgoingRing: boolean;
peekedParticipants: Array<ConversationType>;
setLocalAudio: (_: SetLocalAudioType) => void;
setLocalVideo: (_: SetLocalVideoType) => void;
setLocalAudio: SetLocalAudioType;
setLocalVideo: SetLocalVideoType;
setLocalPreviewContainer: (container: HTMLDivElement | null) => void;
setOutgoingRing: (_: boolean) => void;
showParticipantsList: boolean;