Package-level declarations

Types

Link copied to clipboard
data class HMSWhiteboard(val id: String, val title: String? = null, val owner: HMSPeer? = null, val isOwner: Boolean, val isAdmin: Boolean, val url: String, val isPresenceTrackingEnabled: Boolean, val isOpen: Boolean = false)

Represents a whiteboard in the (HMS) platform.

Link copied to clipboard
data class HMSWhiteboardPermissions(val admin: List<String>, val reader: List<String>, val writer: List<String>)
Link copied to clipboard
sealed class HMSWhiteboardUpdate

A sealed class representing different types of updates related to a HMS whiteboard.

Link copied to clipboard

An interface for receiving updates related to (HMS) whiteboard.