WebSocketJoinStageRequestedPeer

@Serializable
data class WebSocketJoinStageRequestedPeer(val id: String, val userId: String? = null, val requestToJoinType: WebSocketRequestToJoinType = WebSocketRequestToJoinType.REQUEST_TO_PRESENT, val name: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, userId: String? = null, requestToJoinType: WebSocketRequestToJoinType = WebSocketRequestToJoinType.REQUEST_TO_PRESENT, name: String? = null)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val userId: String? = null