WebSocketPeerPinnedModel

@Serializable
data class WebSocketPeerPinnedModel(var peerId: String? = null) : BasePayloadModel

response for event InboundMeetingEventType.WEB_SOCKET_PEER_PINNED

Constructors

Link copied to clipboard
constructor(peerId: String? = null)

Properties

Link copied to clipboard