Participant
@ExperimentalAppActions
class Participant
A representation of aspects of a participant in a Call.
Summary
Public constructors |
|---|
Participant(id: String, name: CharSequence) |
Public properties |
|
|---|---|
String |
A unique identifier shared with remote surfaces that represents this participant. |
CharSequence |
The name of the Participant, which remote surfaces will display to users. |
Public constructors
Participant
Participant(id: String, name: CharSequence)
| Parameters | |
|---|---|
id: String |
A unique identifier shared with remote surfaces that represents this participant. This value MUST be unique and stable for the life of the call, meaning that this ID should not change or be reused for the lifetime of the call. |
name: CharSequence |
The name of the Participant, which remote surfaces will display to users. |
Public functions
Public properties
id
val id: String
A unique identifier shared with remote surfaces that represents this participant. This value MUST be unique and stable for the life of the call, meaning that this ID should not change or be reused for the lifetime of the call.
name
val name: CharSequence
The name of the Participant, which remote surfaces will display to users.