Uses of Class
com.twilio.rest.video.v1.room.ParticipantReader
-
Packages that use ParticipantReader Package Description com.twilio.rest.video.v1.room -
-
Uses of ParticipantReader in com.twilio.rest.video.v1.room
Methods in com.twilio.rest.video.v1.room that return ParticipantReader Modifier and Type Method Description static ParticipantReader
Participant. reader(String pathRoomSid)
Create a ParticipantReader to execute read.ParticipantReader
ParticipantReader. setDateCreatedAfter(org.joda.time.DateTime dateCreatedAfter)
Only show Participants that started after this date, given as an [UTC ISO 8601 Timestamp](http://en.wikipedia.org/wiki/ISO_8601#UTC)..ParticipantReader
ParticipantReader. setDateCreatedBefore(org.joda.time.DateTime dateCreatedBefore)
Only show Participants that started before this date, given as an [UTC ISO 8601 Timestamp](http://en.wikipedia.org/wiki/ISO_8601#UTC)..ParticipantReader
ParticipantReader. setIdentity(String identity)
Only show Participants that connected to the Room using the provided Identity..ParticipantReader
ParticipantReader. setStatus(Participant.Status status)
Only show Participants with the given Status.
-