SessionCreatedEvent

data class SessionCreatedEvent(val sessionId: String, val allowedUsers: Set<String>) : SessionEvent

Session created event.

Parameters

sessionId

The session id.

allowedUsers

The users allowed to join the session.

Constructors

Link copied to clipboard
constructor(sessionId: String, allowedUsers: Set<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard