UNPKG

vroom-react

Version:
12 lines (11 loc) 299 B
export interface ParticipantPlayerProps { participantsState: any[]; participant: { id: string; displayName: string; videoMediaStream: { video: any; }; }; } export declare function ParticipantPlayer(props: ParticipantPlayerProps): JSX.Element;