Disconnecting Video Service
Disconnecting
Invoking the disconnect()
method will remove the user from any channel that they are currently participating in. All connections to the audio service will also be terminated.
Disconnect Related Events
Event | Description |
onDisconnect | Once disconnected, either intentionally or due to an error, the onDisconnect event will be dispatched. |
Example onDisconnect Event Payloads
Last updated