Participant

interface Participant

A participant in a Conversation.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val app: String?

The app identifier for this participant.

Link copied to clipboard

Reference to the client menu associated with this participant.

Link copied to clipboard
abstract val context: String?

Context for this participant.

Link copied to clipboard
abstract val displayName: String

The display name of this participant.

Link copied to clipboard
abstract val isLocal: Boolean

Indicates whether this participant is the local participant.

Link copied to clipboard
abstract val role: String?

The role of this participant.

Link copied to clipboard
abstract val subject: String

The subject of the conversation.