Uses of Class
com.twilio.rest.insights.v1.room.Participant.RoomStatus
-
Packages that use Participant.RoomStatus Package Description com.twilio.rest.insights.v1.room -
-
Uses of Participant.RoomStatus in com.twilio.rest.insights.v1.room
Methods in com.twilio.rest.insights.v1.room that return Participant.RoomStatus Modifier and Type Method Description static Participant.RoomStatusParticipant.RoomStatus. forValue(String value)Participant.RoomStatusParticipant. getStatus()static Participant.RoomStatusParticipant.RoomStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Participant.RoomStatus[]Participant.RoomStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-