app | object | - | Plugin.app |
app.setDisconnectDestination | (payload) => Promise<GenericRPCReply<undefined>> | - | - |
conference | object | - | Plugin.conference |
conference.admit | (payload) => Promise<undefined | UnlockParticipantResponse> | - | - |
conference.breakout | (payload) => Promise< | undefined | { breakout_uuid: RoomID; }> | - | - |
conference.breakoutMoveParticipants | (payload) => Promise<void> | - | - |
conference.closeBreakoutRoom | (payload) => Promise<undefined | BreakoutDisconnectResponse> | - | - |
conference.closeBreakouts | () => Promise<undefined | BreakoutsDisconnectResponse> | - | - |
conference.dialOut | (payload) => Promise<Participant> | Throws Error | - |
conference.disconnect | (payload) => Promise<undefined | DisconnectParticipantResponse> | - | - |
conference.disconnectAll | (payload) => Promise<undefined | DisconnectResponse> | - | - |
conference.emptyBreakouts | () => Promise<undefined | BreakoutsEmptyResponse> | - | - |
conference.getCurrentRoomId | () => Promise<string> | - | - |
conference.joinBreakoutRoom | (payload) => Promise<void> | - | - |
conference.lock | (payload) => Promise<undefined | LockResponse | UnlockResponse> | - | - |
conference.mute | (payload) => Promise<undefined | MuteParticipantResponse | UnmuteParticipantResponse> | - | - |
conference.muteAllGuests | (payload) => Promise<undefined | MuteguestsResponse | UnmuteguestsResponse> | - | - |
conference.muteVideo | (payload) => Promise< | undefined | VideoMuteParticipantResponse | VideoUnmuteParticipantResponse> | - | - |
conference.raiseHand | (payload) => Promise<undefined | BuzzParticipantResponse | ClearbuzzParticipantResponse> | - | - |
conference.requestParticipants | (payload) => Promise<undefined | ParticipantsResponse> | - | - |
conference.sendApplicationMessage | (payload) => Promise<undefined | MessageConferenceResponse | MessageParticipantResponse> | - | - |
conference.sendDTMF | (payload) => Promise<undefined | DtmfParticipantResponse | DtmfResponse> | - | - |
conference.sendMessage | (payload) => Promise<undefined | MessageConferenceResponse | MessageParticipantResponse> | - | - |
conference.setBandwidth | (payload) => Promise<void> | - | - |
conference.setLayout | (payload) => Promise<undefined | TransformLayoutResponse> | - | - |
conference.setRole | (payload) => Promise<void> | - | - |
conference.setTextOverlay | (payload) => Promise<undefined | OverlaytextParticipantResponse> | - | - |
conference.spotlight | (payload) => Promise< | undefined | SpotlightonParticipantResponse | SpotlightoffParticipantResponse> | - | - |
conference.transfer | (payload) => Promise<undefined | TransferParticipantResponse> | - | - |
events | Events | - | Plugin.events |
ui | Omit<Plugin["ui"], "addWidget"> | - | - |