Shawn Chin
Shawn Chin
Ref: https://community.jitsi.org/t/customise-default-known-domains/115964 Make default list of known-domains customisable from config.js. This is currently hardcoded to jitsi/8x8 domains. Had to move the values from default state to middleware so we can...
Add support for local recording to `startRecording` and `stopRecording` commands. (`recordingStatusChanged` event already supports `mode: "local"`)
@damencho As briefly discussed in DM, I'm attempting to add support for enabling lobby from reservations. Enabling lobby programmatically brings about 2 complications: 1. Moderator needs a way to get...
Command to trigger same action as that accomplished by the new "End Meeting for all" button. Without this command, it will be difficult to write effective click handlers for 'end-meeting'...
The previous hangup button used to trigger `toolbarButtonClicked` when 'hangup' is specified in `buttonsWithNotifyClick` config, but this no longer happens when using the new hangup menu buttons. This change adds...
New functions to allow for devs to query for array of commands/events that is supported in current version of the API. Also makes it possible to programmatically check for support...