| Package | Description |
|---|---|
| com.twilio.rest.video.v1 |
| Modifier and Type | Method and Description |
|---|---|
static RoomCreator |
Room.creator()
Create a RoomCreator to execute create.
|
RoomCreator |
RoomCreator.setEnableTurn(Boolean enableTurn)
The enable_turn.
|
RoomCreator |
RoomCreator.setMaxParticipants(Integer maxParticipants)
The max_participants.
|
RoomCreator |
RoomCreator.setMediaRegion(String mediaRegion)
The media_region.
|
RoomCreator |
RoomCreator.setRecordParticipantsOnConnect(Boolean recordParticipantsOnConnect)
The record_participants_on_connect.
|
RoomCreator |
RoomCreator.setStatusCallback(String statusCallback)
The status_callback.
|
RoomCreator |
RoomCreator.setStatusCallback(URI statusCallback)
The status_callback.
|
RoomCreator |
RoomCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
RoomCreator |
RoomCreator.setType(Room.RoomType type)
The type.
|
RoomCreator |
RoomCreator.setUniqueName(String uniqueName)
The unique_name.
|
RoomCreator |
RoomCreator.setVideoCodecs(List<Room.VideoCodec> videoCodecs)
The video_codecs.
|
RoomCreator |
RoomCreator.setVideoCodecs(Room.VideoCodec videoCodecs)
The video_codecs.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.