Overview
Interface that enables the plugin to change a subset of Web App 3
's configuration.
Available under plugin.app
setDisconnectDestination
URL destination to send participants to upon disconnect from a meeting as an alternative to return them to the post meeting page.
Arguments
{url: string}
Example
plugin.app.setDisconnectDestination({url: 'https://example.com/disconnected'})
Response
| {status: 'ok'; data: undefined}
| {status: 'failed'; reason: string};