The RTKPlugin module represents a single plugin in the meeting.
A plugin can be obtained from one of the plugin arrays in meeting.plugins.
For example,
const plugin1 = meeting.plugins.active.get(pluginId);
const plugin2 = meeting.plugins.all.get(pluginId);The component for this plugin, as provided in the plugin config.
Kind: instance property of RTKPlugin
Kind: instance method of RTKPlugin
Kind: instance method of RTKPlugin
Activate this plugin for all participants.
Kind: instance method of RTKPlugin
Deactivate this plugin for all participants.
Kind: instance method of RTKPlugin