update Remote Participants
fun updateRemoteParticipants(updatesById: Map<ParticipantId, RemoteParticipantUpdate>, listener: RequestListener? = null)
Content copied to clipboard
Modify things about remote participants that you can control as a participant admin or meeting owner.
Fails if you're not a participant admin.
The optional callback (listener
) will be invoked either when the update requests have been successfully sent, or if an error was encountered while doing so.
To handle the requested updates actually taking effect, listen for the corresponding participant updates via the CallClientListener.onParticipantUpdated callback.
Errors will also be provided to the CallClientListener.onError callback.