PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Video
/
V1
/
Room
/
Participant
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Video\V1\Room\Participant; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class PublishedTrackPage extends Page { /** * @param Version $version Version that contains the resource * @param Response $response Response from the API * @param array $solution The context solution */ public function __construct(Version $version, Response $response, array $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } /** * @param array $payload Payload response from the API * @return PublishedTrackInstance \Twilio\Rest\Video\V1\Room\Participant\PublishedTrackInstance */ public function buildInstance(array $payload): PublishedTrackInstance { return new PublishedTrackInstance( $this->version, $payload, $this->solution['roomSid'], $this->solution['participantSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Video.V1.PublishedTrackPage]'; } }
[-] SubscribeRulesOptions.php
[edit]
[-] SubscribeRulesPage.php
[edit]
[-] SubscribedTrackInstance.php
[edit]
[-] SubscribedTrackContext.php
[edit]
[+]
..
[-] PublishedTrackList.php
[edit]
[-] SubscribeRulesInstance.php
[edit]
[-] PublishedTrackContext.php
[edit]
[-] SubscribedTrackPage.php
[edit]
[-] PublishedTrackInstance.php
[edit]
[-] SubscribeRulesList.php
[edit]
[-] SubscribedTrackList.php
[edit]
[-] PublishedTrackPage.php
[edit]