QueuePosition

data class QueuePosition(val conversationEntry: ConversationEntry) : CoreEvent.ConversationEvent

CoreEvent emitted when a queue position event has been received.

Constructors

Link copied to clipboard
constructor(conversationEntry: ConversationEntry)

Properties

Link copied to clipboard

The ConversationEntry representing the queue position event.

Link copied to clipboard
val conversationId: UUID

The conversationId in which this event belongs to.