DefaultModality

DefaultModality is a backwards compatible extension of the attendee id (UUID string) and session token schemas (base 64 string). It appends # to either strings, which indicates the modality of the participant.

For example, attendeeId: "abcdefg" contentAttendeeId: "abcdefg#content" base(contentAttendeeId): "abcdefg" modality(contentAttendeeId): "content" hasModality(contentAttendeeId): true

Constructors

Link copied to clipboard
constructor(id: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun base(): String

The base of the Id

Link copied to clipboard

Check whether the current Id contains the input modality

Link copied to clipboard
fun id(): String

The Id

Link copied to clipboard

The modality of the Id