HMSChangeTrackStateRequest

data class HMSChangeTrackStateRequest(val track: HMSTrack, val requestedBy: HMSPeer?, val mute: Boolean)

The change request that will be sent when a peer remotely changes another peer's tracks. This might mean they remotely mute someone else's audio or video.

Parameters

track

the track which is affected.

requestedBy

the peer who requested the change.

mute

whether the track should be muted or unmuted.

Constructors

Link copied to clipboard
fun HMSChangeTrackStateRequest(track: HMSTrack, requestedBy: HMSPeer?, mute: Boolean)

Properties

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