UNPKG

vroom-react-ui-beta

Version:
15 lines (14 loc) 582 B
declare function useParticipants(participants: any): { attendees: never[]; participantsState: any; handleInitParticipant: (data: any) => void; handleAddParticipant: (data: any) => void; handleDeleteParticipant: (participant: any) => void; handleSetVideoMediaStream: (data: any) => void; handleAttendeeUpdate: (attend: any) => void; handleClearAttendees: () => void; handleClearParticipantState: () => void; handleParticipantMuteAudio: (msg: any) => void; handleParticipantMuteVideo: (msg: any) => void; }; export default useParticipants;