Uses of Class
com.twilio.rest.video.v1.room.Participant.Status
-
Packages that use Participant.Status Package Description com.twilio.rest.video.v1.room -
-
Uses of Participant.Status in com.twilio.rest.video.v1.room
Methods in com.twilio.rest.video.v1.room that return Participant.Status Modifier and Type Method Description static Participant.StatusParticipant.Status. forValue(String value)Participant.StatusParticipant. getStatus()static Participant.StatusParticipant.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.Methods in com.twilio.rest.video.v1.room with parameters of type Participant.Status Modifier and Type Method Description ParticipantReaderParticipantReader. setStatus(Participant.Status status)ParticipantUpdaterParticipantUpdater. setStatus(Participant.Status status)
-