WebSocketActiveSpeakerModel

@Serializable
data class WebSocketActiveSpeakerModel(val peerId: String, val volume: Int) : BasePayloadModel

response for event InboundMeetingEventType.WEB_SOCKET_ACTIVE_SPEAKER

Constructors

Link copied to clipboard
constructor(peerId: String, volume: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val volume: Int