update Permissions
fun updatePermissions(update: ParticipantPermissionsUpdate, listener: RequestListener? = null)
Content copied to clipboard
Modify your own permissions.
The optional callback (listener
) will be invoked either when the update request has been successfully sent, or if an error was encountered while doing so.
To handle the requested update actually taking effect, listen for the local participant update via the CallClientListener.onParticipantUpdated callback.
Errors will also be provided to the CallClientListener.onError callback.