Participant

data class Participant(val userId: String, val bypassId: String, val status: SLRManagedGroupSession.Participant.Status)

Provides access User and onCall status.

Constructors

Link copied to clipboard
constructor(userId: String, bypassId: String, status: SLRManagedGroupSession.Participant.Status)

Types

Link copied to clipboard

Describes different states of participant's connection.

Properties

Link copied to clipboard
val bypassId: String

is an external user id.

Link copied to clipboard
Link copied to clipboard
val userId: String

is an internal user id.