removeUICallback()
removeUICallback(event: string, callback: function)
Removes an already registered UI callback function.
In the below example the leave session callback is removed at some point later:
This method is often used in conjunction with the addUICallback method.
Last updated