GetSupportedJsApisResponse: { supportedApis: Apis[] }

All the available JS APIs and events are listed in this doc

Example:

{
"supportedApis": [
"setVideoMirrorEffect",
"cloudRecording",
"getRunningContext",
"getMeetingContext",
"getSupportedJsApis",
"showNotification",
"openUrl",
"setVirtualBackground",
"removeVirtualBackground",
"shareApp",
"getMeetingParticipants",
"sendAppInvitation",
"onShareApp",
"onSendAppInvitation",
"onCloudRecording",
"onAppPopout",
"onActiveSpeakerChange",
"onParticipantChange",
"onReaction"
]
}

Type declaration

  • supportedApis: Apis[]

Generated using TypeDoc