DytePlugin
Properties
Property name | Data type | Use |
---|---|---|
id | string | Unique ID for the plugin |
name | string | Name of the plugin |
isActivated | boolean | State of the plugin whether it is active in the current meeting |
data | Array <any> | Custom data with a format as specified by the plugin |
Methods
Method name | Params (with data type) | Use |
---|---|---|
activate | Activate the plugin in the current meeting | |
deactivate | Deactivate the plugin in the current meeting | |
sendData | data: any | Send custom data to plugin in a format as specified by the plugin |