HMSRoom

@Immutable
data class HMSRoom(val roomId: String, val roomName: String)

Deprecated

This third-party library integration is deprecated. Contact the support team for more information.

Represents HMS room information that contains available room in a chat channel.

Constructors

Link copied to clipboard
constructor(roomId: String, roomName: String)

Properties

Link copied to clipboard

A new room id.

Link copied to clipboard

A new room name.