/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Video
/
V1
/
/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/Rest/Video/V1
mkdir
upload
Name
Size
Mode
Actions
Room/
-
0755
rm
CompositionContext.php
2149
0644
edit
dl
rm
CompositionHookContext.php
3659
0644
edit
dl
rm
CompositionHookInstance.php
5308
0644
edit
dl
rm
CompositionHookList.php
7137
0644
edit
dl
rm
CompositionHookOptions.php
26322
0644
edit
dl
rm
CompositionHookPage.php
943
0644
edit
dl
rm
CompositionInstance.php
5008
0644
edit
dl
rm
CompositionList.php
6990
0644
edit
dl
rm
CompositionOptions.php
14309
0644
edit
dl
rm
CompositionPage.php
931
0644
edit
dl
rm
CompositionSettingsContext.php
3027
0644
edit
dl
rm
CompositionSettingsInstance.php
4261
0644
edit
dl
rm
CompositionSettingsList.php
1265
0644
edit
dl
rm
CompositionSettingsOptions.php
5429
0644
edit
dl
rm
CompositionSettingsPage.php
955
0644
edit
dl
rm
RecordingContext.php
1926
0644
edit
dl
rm
RecordingInstance.php
4394
0644
edit
dl
rm
RecordingList.php
5494
0644
edit
dl
rm
RecordingOptions.php
6023
0644
edit
dl
rm
RecordingPage.php
722
0644
edit
dl
rm
RecordingSettingsContext.php
2938
0644
edit
dl
rm
RecordingSettingsInstance.php
4170
0644
edit
dl
rm
RecordingSettingsList.php
1251
0644
edit
dl
rm
RecordingSettingsOptions.php
5387
0644
edit
dl
rm
RecordingSettingsPage.php
949
0644
edit
dl
rm
RoomContext.php
4399
0644
edit
dl
rm
RoomInstance.php
5328
0644
edit
dl
rm
RoomList.php
6501
0644
edit
dl
rm
RoomOptions.php
12626
0644
edit
dl
rm
RoomPage.php
707
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/Rest/Video/V1/RoomOptions.php
(12626B)
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Video\V1; use Twilio\Options; use Twilio\Values; abstract class RoomOptions { /** * @param bool $enableTurn Enable Twilio's Network Traversal TURN service * @param string $type The type of room * @param string $uniqueName An application-defined string that uniquely * identifies the resource * @param string $statusCallback The URL to send status information to your * application * @param string $statusCallbackMethod The HTTP method we should use to call * status_callback * @param int $maxParticipants The maximum number of concurrent Participants * allowed in the room * @param bool $recordParticipantsOnConnect Whether to start recording when * Participants connect * @param string $videoCodecs An array of the video codecs that are supported * when publishing a track in the room * @param string $mediaRegion The region for the media server in Group Rooms * @return CreateRoomOptions Options builder */ public static function create($enableTurn = Values::NONE, $type = Values::NONE, $uniqueName = Values::NONE, $statusCallback = Values::NONE, $statusCallbackMethod = Values::NONE, $maxParticipants = Values::NONE, $recordParticipantsOnConnect = Values::NONE, $videoCodecs = Values::NONE, $mediaRegion = Values::NONE) { return new CreateRoomOptions($enableTurn, $type, $uniqueName, $statusCallback, $statusCallbackMethod, $maxParticipants, $recordParticipantsOnConnect, $videoCodecs, $mediaRegion); } /** * @param string $status Read only the rooms with this status * @param string $uniqueName Read only rooms with this unique_name * @param \DateTime $dateCreatedAfter Read only rooms that started on or after * this date, given as YYYY-MM-DD * @param \DateTime $dateCreatedBefore Read only rooms that started before this * date, given as YYYY-MM-DD * @return ReadRoomOptions Options builder */ public static function read($status = Values::NONE, $uniqueName = Values::NONE, $dateCreatedAfter = Values::NONE, $dateCreatedBefore = Values::NONE) { return new ReadRoomOptions($status, $uniqueName, $dateCreatedAfter, $dateCreatedBefore); } } class CreateRoomOptions extends Options { /** * @param bool $enableTurn Enable Twilio's Network Traversal TURN service * @param string $type The type of room * @param string $uniqueName An application-defined string that uniquely * identifies the resource * @param string $statusCallback The URL to send status information to your * application * @param string $statusCallbackMethod The HTTP method we should use to call * status_callback * @param int $maxParticipants The maximum number of concurrent Participants * allowed in the room * @param bool $recordParticipantsOnConnect Whether to start recording when * Participants connect * @param string $videoCodecs An array of the video codecs that are supported * when publishing a track in the room * @param string $mediaRegion The region for the media server in Group Rooms */ public function __construct($enableTurn = Values::NONE, $type = Values::NONE, $uniqueName = Values::NONE, $statusCallback = Values::NONE, $statusCallbackMethod = Values::NONE, $maxParticipants = Values::NONE, $recordParticipantsOnConnect = Values::NONE, $videoCodecs = Values::NONE, $mediaRegion = Values::NONE) { $this->options['enableTurn'] = $enableTurn; $this->options['type'] = $type; $this->options['uniqueName'] = $uniqueName; $this->options['statusCallback'] = $statusCallback; $this->options['statusCallbackMethod'] = $statusCallbackMethod; $this->options['maxParticipants'] = $maxParticipants; $this->options['recordParticipantsOnConnect'] = $recordParticipantsOnConnect; $this->options['videoCodecs'] = $videoCodecs; $this->options['mediaRegion'] = $mediaRegion; } /** * Deprecated. Whether to enable [Twilio's Network Traversal TURN service](https://www.twilio.com/stun-turn). TURN service is used when direct peer-to-peer media connections cannot be established due to firewall restrictions. This setting only applies to rooms with type `peer-to-peer`. * * @param bool $enableTurn Enable Twilio's Network Traversal TURN service * @return $this Fluent Builder */ public function setEnableTurn($enableTurn) { $this->options['enableTurn'] = $enableTurn; return $this; } /** * The type of room. Can be: `peer-to-peer`, `group-small`, or `group`. The default value is `group`. * * @param string $type The type of room * @return $this Fluent Builder */ public function setType($type) { $this->options['type'] = $type; return $this; } /** * An application-defined string that uniquely identifies the resource. It can be used as a `room_sid` in place of the resource's `sid` in the URL to address the resource. This value is unique for `in-progress` rooms. SDK clients can use this name to connect to the room. REST API clients can use this name in place of the Room SID to interact with the room as long as the room is `in-progress`. * * @param string $uniqueName An application-defined string that uniquely * identifies the resource * @return $this Fluent Builder */ public function setUniqueName($uniqueName) { $this->options['uniqueName'] = $uniqueName; return $this; } /** * The URL we should call using the `status_callback_method` to send status information to your application on every room event. See [Status Callbacks](https://www.twilio.com/docs/video/api/status-callbacks) for more info. * * @param string $statusCallback The URL to send status information to your * application * @return $this Fluent Builder */ public function setStatusCallback($statusCallback) { $this->options['statusCallback'] = $statusCallback; return $this; } /** * The HTTP method we should use to call `status_callback`. Can be `POST` or `GET`. * * @param string $statusCallbackMethod The HTTP method we should use to call * status_callback * @return $this Fluent Builder */ public function setStatusCallbackMethod($statusCallbackMethod) { $this->options['statusCallbackMethod'] = $statusCallbackMethod; return $this; } /** * The maximum number of concurrent Participants allowed in the room. Peer-to-peer rooms can have up to 10 Participants. Small Group rooms can have up to 4 Participants. Group rooms can have up to 50 Participants. * * @param int $maxParticipants The maximum number of concurrent Participants * allowed in the room * @return $this Fluent Builder */ public function setMaxParticipants($maxParticipants) { $this->options['maxParticipants'] = $maxParticipants; return $this; } /** * Whether to start recording when Participants connect. ***This feature is not available in `peer-to-peer` rooms.*** * * @param bool $recordParticipantsOnConnect Whether to start recording when * Participants connect * @return $this Fluent Builder */ public function setRecordParticipantsOnConnect($recordParticipantsOnConnect) { $this->options['recordParticipantsOnConnect'] = $recordParticipantsOnConnect; return $this; } /** * An array of the video codecs that are supported when publishing a track in the room. Can be: `VP8` and `H264`. ***This feature is not available in `peer-to-peer` rooms*** * * @param string $videoCodecs An array of the video codecs that are supported * when publishing a track in the room * @return $this Fluent Builder */ public function setVideoCodecs($videoCodecs) { $this->options['videoCodecs'] = $videoCodecs; return $this; } /** * The region for the media server in Group Rooms. Can be: one of the [available Media Regions](https://www.twilio.com/docs/video/ip-address-whitelisting#group-rooms-media-servers). ***This feature is not available in `peer-to-peer` rooms.*** * * @param string $mediaRegion The region for the media server in Group Rooms * @return $this Fluent Builder */ public function setMediaRegion($mediaRegion) { $this->options['mediaRegion'] = $mediaRegion; return $this; } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { $options = array(); foreach ($this->options as $key => $value) { if ($value != Values::NONE) { $options[] = "$key=$value"; } } return '[Twilio.Video.V1.CreateRoomOptions ' . \implode(' ', $options) . ']'; } } class ReadRoomOptions extends Options { /** * @param string $status Read only the rooms with this status * @param string $uniqueName Read only rooms with this unique_name * @param \DateTime $dateCreatedAfter Read only rooms that started on or after * this date, given as YYYY-MM-DD * @param \DateTime $dateCreatedBefore Read only rooms that started before this * date, given as YYYY-MM-DD */ public function __construct($status = Values::NONE, $uniqueName = Values::NONE, $dateCreatedAfter = Values::NONE, $dateCreatedBefore = Values::NONE) { $this->options['status'] = $status; $this->options['uniqueName'] = $uniqueName; $this->options['dateCreatedAfter'] = $dateCreatedAfter; $this->options['dateCreatedBefore'] = $dateCreatedBefore; } /** * Read only the rooms with this status. Can be: `in-progress` (default) or `completed` * * @param string $status Read only the rooms with this status * @return $this Fluent Builder */ public function setStatus($status) { $this->options['status'] = $status; return $this; } /** * Read only rooms with the this `unique_name`. * * @param string $uniqueName Read only rooms with this unique_name * @return $this Fluent Builder */ public function setUniqueName($uniqueName) { $this->options['uniqueName'] = $uniqueName; return $this; } /** * Read only rooms that started on or after this date, given as `YYYY-MM-DD`. * * @param \DateTime $dateCreatedAfter Read only rooms that started on or after * this date, given as YYYY-MM-DD * @return $this Fluent Builder */ public function setDateCreatedAfter($dateCreatedAfter) { $this->options['dateCreatedAfter'] = $dateCreatedAfter; return $this; } /** * Read only rooms that started before this date, given as `YYYY-MM-DD`. * * @param \DateTime $dateCreatedBefore Read only rooms that started before this * date, given as YYYY-MM-DD * @return $this Fluent Builder */ public function setDateCreatedBefore($dateCreatedBefore) { $this->options['dateCreatedBefore'] = $dateCreatedBefore; return $this; } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { $options = array(); foreach ($this->options as $key => $value) { if ($value != Values::NONE) { $options[] = "$key=$value"; } } return '[Twilio.Video.V1.ReadRoomOptions ' . \implode(' ', $options) . ']'; } }
Save
cmd:
run