changeName

fun changeName(name: String, hmsActionResultListener: HMSActionResultListener)

Change the name that appears inside HMSPeer.name This change is persistent and all peers joining after the change will still see these values.

Parameters

peer

the peer for whom the change is requested.

name

the name to change HMSPeer.name to.

hmsActionResultListener

A callback whose HMSActionResultListener.onSuccess will be called when the the action completes.