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