Class HMSChangeTrackStateRequest

  • All Implemented Interfaces:

    
    public final class HMSChangeTrackStateRequest
    
                        

    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.

    • Constructor Detail

      • HMSChangeTrackStateRequest

        HMSChangeTrackStateRequest(HMSTrack track, HMSPeer requestedBy, Boolean mute)
        Parameters:
        track - the track which is affected.
        requestedBy - the peer who requested the change.
        mute - whether the track should be muted or unmuted.