| Package | Description |
|---|---|
| com.twilio.rest.video.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Room.VideoCodec |
Room.VideoCodec.forValue(String value)
Generate a VideoCodec from a string.
|
static Room.VideoCodec |
Room.VideoCodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Room.VideoCodec[] |
Room.VideoCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Room.VideoCodec> |
Room.getVideoCodecs()
Returns The The video_codecs.
|
| Modifier and Type | Method and Description |
|---|---|
RoomCreator |
RoomCreator.setVideoCodecs(Room.VideoCodec videoCodecs)
The video_codecs.
|
| Modifier and Type | Method and Description |
|---|---|
RoomCreator |
RoomCreator.setVideoCodecs(List<Room.VideoCodec> videoCodecs)
The video_codecs.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.