HMSLocalPeer

Functions

Link copied to clipboard
Link copied to clipboard
fun getTrackById(trackId: String): HMSTrack?
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override var audioTrack: HMSLocalAudioTrack? = null

This contains the audio track of this peer

Link copied to clipboard

Any other tracks like screen share track or plugins are mentioned here

Link copied to clipboard

The CustomerUserID of this peer which is given the app

Link copied to clipboard
Link copied to clipboard
var isHandRaised: Boolean = false
Link copied to clipboard

Specifies if this peer is a HMSLocalPeer or a HMSRemotePeer True if local, otherwise false

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The peerID of this peer which is generated by the SDK

Link copied to clipboard
Link copied to clipboard
open override var videoTrack: HMSLocalVideoTrack? = null

This contains the video track of this peer