HMSPeer
HMSPeer is the object returned by 100ms SDKs that contains all information about a user.
Parameters
peerID 
id of this peer which is generated by the SDK.
customerUserID  
client provided identifier, provided by implementing apps.
name
client provided name of the peer.
isLocal 
whether the peer is a HMSLocalPeer or a HMSRemotePeer. True if local, false otherwise.
hmsRole 
role of the peer.
joinedAt 
the time at which the peer joined.
metadata
client specified persistent extra data.
videoTrack 
video track of the peer.
audioTrack 
audio track of the peer.
auxiliaryTracks 
other tracks like screen share track or plugins are mentioned here.
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Specifies if this peer is a HMSLocalPeer or a HMSRemotePeer True if local, otherwise false
Link copied to clipboard