HMSRoom

data class HMSRoom

A room is returned on successful connection. This contains references to HMSPeer, HMSTrack and everything you need to render a live a/v app

Properties

Link copied to clipboard
var isLargeRoom: Boolean = false
Link copied to clipboard

The local peer of this room

Link copied to clipboard

The name of this room

Link copied to clipboard
var peerCount: Int? = null
Link copied to clipboard

The list of HMSPeer that are present in this room currently

Link copied to clipboard

The ID of this room

Link copied to clipboard
var sessionId: String? = null
Link copied to clipboard
var startedAt: Long? = null

timestamp of when the first peer joined the room.