WebSocketGetPageModel

@Serializable
data class WebSocketGetPageModel(val peerIds: List<String>? = null) : BasePayloadModel

response for event InboundMeetingEventType.WEB_SOCKET_SELECTED_PEERS

Constructors

Link copied to clipboard
constructor(peerIds: List<String>? = null)

Properties

Link copied to clipboard
val peerIds: List<String>? = null