MuteRequest

data class MuteRequest(var messageType: String = "MuteRequest", var rtcId: Int, var mute: Boolean, var device: Int, var isForceful: Boolean) : Serializable

Constructors

Link copied to clipboard
fun MuteRequest(messageType: String = "MuteRequest", rtcId: Int, mute: Boolean, device: Int, isForceful: Boolean)

Properties

Link copied to clipboard
var device: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var rtcId: Int