| Package | Description |
|---|---|
| com.twilio.rest.video.v1.room |
| Modifier and Type | Method and Description |
|---|---|
static Participant.Status |
Participant.Status.forValue(String value)
Generate a Status from a string.
|
Participant.Status |
Participant.getStatus()
Returns The The status.
|
static Participant.Status |
Participant.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Participant.Status[] |
Participant.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantUpdater |
ParticipantUpdater.setStatus(Participant.Status status)
The status.
|
ParticipantReader |
ParticipantReader.setStatus(Participant.Status status)
The status.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.