Package-level declarations
Types
Link copied to clipboard
data class ParticipantChangedEntry(val participant: CoreParticipant, val operation: ParticipantChangedOperation, val displayName: String, val menuMetadata: ParticipantClientMenu? = null, val supportedModalities: List<Modality>? = null)
Entry that represents a participant change.
Link copied to clipboard
class ParticipantClientMenu(@Json(name = "menuOptions") val optionItems: List<OptionItem.TypedOptionItem.ParticipantClientMenuOptionItem>)
Represents a menu of selectable options presented to the participant in the conversation.