/lib/live.hms.video.sdk.models/HMSRoom
HMSRoom
[androidJvm]\ data class HMSRoom
A room is the basic object that 100ms SDKs return on successful connection. This contains references to HMSPeer, HMSTrack and everything you need to render a live a/v app
Properties
Name | Summary |
---|---|
localPeer | [androidJvm] val localPeer: HMSLocalPeer? The local peer of this room |
name | [androidJvm] val name: String The name of this room |
peerList | [androidJvm] val peerList: Array<HMSPeer> The list of HMSPeer that are present in this room currently |
roomId | [androidJvm] val roomId: String The ID of this room |