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