app:setDisconnectDestination | object | AppRPCCalls.app:setDisconnectDestination |
app:setDisconnectDestination.payload | object | - |
app:setDisconnectDestination.payload.url | string | - |
app:setDisconnectDestination.reply | GenericRPCReply | - |
conference:breakout | object | - |
conference:breakout.payload | ParamsWithOmittedConferenceMeta<"breakout"> | - |
conference:breakout.reply | | undefined | { breakout_uuid: RoomID; } | - |
conference:breakoutMoveParticipants | object | - |
conference:breakoutMoveParticipants.payload | ParamsWithOmittedConferenceMeta<"breakoutMoveParticipants"> | - |
conference:breakoutMoveParticipants.reply | void | - |
conference:closeBreakoutRoom | object | - |
conference:closeBreakoutRoom.payload | ParamsWithOmittedConferenceMeta<"closeBreakoutRoom"> | - |
conference:closeBreakoutRoom.reply | undefined | BreakoutDisconnectResponse | - |
conference:closeBreakouts | object | - |
conference:closeBreakouts.payload | ParamsWithOmittedConferenceMeta<"closeBreakouts"> | - |
conference:closeBreakouts.reply | undefined | BreakoutsDisconnectResponse | - |
conference:currentRoomId | object | - |
conference:currentRoomId.payload | undefined | - |
conference:currentRoomId.reply | string | - |
conference:dialOut | object | - |
conference:dialOut.payload | ParamsWithOmittedConferenceMeta<"dial"> | - |
conference:dialOut.reply | undefined | DialResponse | - |
conference:disconnectAll | object | - |
conference:disconnectAll.payload | ParamsWithOmittedConferenceMeta<"disconnectAll"> | - |
conference:disconnectAll.reply | undefined | DisconnectResponse | - |
conference:emptyBreakouts | object | - |
conference:emptyBreakouts.payload | ParamsWithOmittedConferenceMeta<"emptyBreakouts"> | - |
conference:emptyBreakouts.reply | undefined | BreakoutsEmptyResponse | - |
conference:joinBreakoutRoom | object | - |
conference:joinBreakoutRoom.payload | ParamsWithOmittedConferenceMeta<"joinBreakoutRoom"> | - |
conference:joinBreakoutRoom.reply | void | - |
conference:lock | object | - |
conference:lock.payload | ParamsWithOmittedConferenceMeta<"lock"> | - |
conference:lock.reply | undefined | LockResponse | UnlockResponse | - |
conference:muteAllGuests | object | - |
conference:muteAllGuests.payload | ParamsWithOmittedConferenceMeta<"muteAllGuests"> | - |
conference:muteAllGuests.reply | undefined | MuteguestsResponse | UnmuteguestsResponse | - |
conference:requestParticipants | object | - |
conference:requestParticipants.payload | ParamsWithOmittedConferenceMeta<"requestParticipants"> | - |
conference:requestParticipants.reply | undefined | ParticipantsResponse | - |
conference:sendApplicationMessage | object | - |
conference:sendApplicationMessage.payload | ParamsWithOmittedConferenceMeta<"sendApplicationMessage"> | - |
conference:sendApplicationMessage.reply | undefined | MessageConferenceResponse | MessageParticipantResponse | - |
conference:sendMessage | object | - |
conference:sendMessage.payload | ParamsWithOmittedConferenceMeta<"sendMessage"> | - |
conference:sendMessage.reply | undefined | MessageConferenceResponse | MessageParticipantResponse | - |
conference:sendRequest | object | - |
conference:sendRequest.payload | ParamsWithOmittedConferenceMeta<"sendConferenceRequest"> | - |
conference:sendRequest.reply | | undefined | { data: unknown; status: number; } | - |
conference:setBandwidth | object | - |
conference:setBandwidth.payload | number | - |
conference:setBandwidth.reply | void | - |
conference:setLayout | object | - |
conference:setLayout.payload | ParamsWithOmittedConferenceMeta<"setLayout"> | - |
conference:setLayout.reply | undefined | TransformLayoutResponse | - |
participant:admit | object | - |
participant:admit.payload | ParamsWithOmittedConferenceMeta<"admit"> | - |
participant:admit.reply | undefined | UnlockParticipantResponse | - |
participant:disconnect | object | - |
participant:disconnect.payload | ParamsWithOmittedConferenceMeta<"kick"> | - |
participant:disconnect.reply | undefined | DisconnectParticipantResponse | - |
participant:mute | object | - |
participant:mute.payload | ParamsWithOmittedConferenceMeta<"mute"> | - |
participant:mute.reply | undefined | MuteParticipantResponse | UnmuteParticipantResponse | - |
participant:muteVideo | object | - |
participant:muteVideo.payload | ParamsWithOmittedConferenceMeta<"muteVideo"> | - |
participant:muteVideo.reply | | undefined | VideoMuteParticipantResponse | VideoUnmuteParticipantResponse | - |
participant:raiseHand | object | - |
participant:raiseHand.payload | ParamsWithOmittedConferenceMeta<"raiseHand"> | - |
participant:raiseHand.reply | undefined | BuzzParticipantResponse | ClearbuzzParticipantResponse | - |
participant:sendDTMF | object | - |
participant:sendDTMF.payload | ParamsWithOmittedConferenceMeta<"sendDTMF"> | - |
participant:sendDTMF.reply | undefined | DtmfParticipantResponse | DtmfResponse | - |
participant:setRole | object | - |
participant:setRole.payload | ParamsWithOmittedConferenceMeta<"setRole"> | - |
participant:setRole.reply | void | - |
participant:setTextOverlay | object | - |
participant:setTextOverlay.payload | ParamsWithOmittedConferenceMeta<"setTextOverlay"> | - |
participant:setTextOverlay.reply | undefined | OverlaytextParticipantResponse | - |
participant:spotlight | object | - |
participant:spotlight.payload | ParamsWithOmittedConferenceMeta<"spotlight"> | - |
participant:spotlight.reply | | undefined | SpotlightonParticipantResponse | SpotlightoffParticipantResponse | - |
participant:transfer | object | - |
participant:transfer.payload | ParamsWithOmittedConferenceMeta<"transfer"> | - |
participant:transfer.reply | undefined | TransferParticipantResponse | - |
syn | object | - |
syn.payload | PluginMeta | - |
syn.reply | | { ack: true; } | { ack: false; reason: string; } | - |
syn:widget | object | - |
syn:widget.payload | object | - |
syn:widget.payload.parentPluginId | string | - |
syn:widget.reply | | { ack: true; } | { ack: false; reason: string; } | - |
ui:button:add | object | UIRPCCalls.ui:button:add |
ui:button:add.payload | | ToolbarButtonPayload & object | ParticipantActionButtonPayload | { inMeetingOnly: boolean; label: string; opensPopup?: PopupRequest; position: "settingsMenu"; roles?: ("guest" | "chair")[]; } | - |
ui:button:add.reply | ButtonRPCReply | - |
ui:button:update | object | UIRPCCalls.ui:button:update |
ui:button:update.payload | | ToolbarButtonPayload & object | ParticipantActionButtonPayload | { inMeetingOnly: boolean; label: string; opensPopup?: PopupRequest; position: "settingsMenu"; roles?: ("guest" | "chair")[]; } & object | - |
ui:button:update.reply | ButtonRPCReply | - |
ui:form:open | object | UIRPCCalls.ui:form:open |
ui:form:open.payload | FormPayload | - |
ui:form:open.reply | GenericRPCReply | - |
ui:prompt:open | object | UIRPCCalls.ui:prompt:open |
ui:prompt:open.payload | object | - |
ui:prompt:open.payload.description? | string | - |
ui:prompt:open.payload.opensPopup? | PopupRequest | - |
ui:prompt:open.payload.prompt | object | - |
ui:prompt:open.payload.prompt.primaryAction | string | - |
ui:prompt:open.payload.prompt.secondaryAction? | string | - |
ui:prompt:open.payload.title | string | - |
ui:prompt:open.reply | GenericRPCReply | - |
ui:removeElement | object | UIRPCCalls.ui:removeElement |
ui:removeElement.payload | object | - |
ui:removeElement.payload.id | string | - |
ui:removeElement.reply | GenericRPCReply | - |
ui:toast:show | object | UIRPCCalls.ui:toast:show |
ui:toast:show.payload | NotificationToastMessage | - |
ui:toast:show.reply | GenericRPCReply | - |
ui:widget:add | object | UIRPCCalls.ui:widget:add |
ui:widget:add.payload | WidgetPayload | - |
ui:widget:add.reply | GenericRPCReply | - |
ui:widget:toggle | object | UIRPCCalls.ui:widget:toggle |
ui:widget:toggle.payload | object | - |
ui:widget:toggle.payload.id | string | - |
ui:widget:toggle.reply | GenericRPCReply | - |