Server IP : 184.154.167.98 / Your IP : 3.148.105.152 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/3rdparty/aws/aws-sdk-php/src/ivschat/ |
Upload File : |
<?php namespace Aws\ivschat; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Interactive Video Service Chat** service. * @method \Aws\Result createChatToken(array $args = []) * @method \GuzzleHttp\Promise\Promise createChatTokenAsync(array $args = []) * @method \Aws\Result createRoom(array $args = []) * @method \GuzzleHttp\Promise\Promise createRoomAsync(array $args = []) * @method \Aws\Result deleteMessage(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteMessageAsync(array $args = []) * @method \Aws\Result deleteRoom(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteRoomAsync(array $args = []) * @method \Aws\Result disconnectUser(array $args = []) * @method \GuzzleHttp\Promise\Promise disconnectUserAsync(array $args = []) * @method \Aws\Result getRoom(array $args = []) * @method \GuzzleHttp\Promise\Promise getRoomAsync(array $args = []) * @method \Aws\Result listRooms(array $args = []) * @method \GuzzleHttp\Promise\Promise listRoomsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result sendEvent(array $args = []) * @method \GuzzleHttp\Promise\Promise sendEventAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateRoom(array $args = []) * @method \GuzzleHttp\Promise\Promise updateRoomAsync(array $args = []) */ class ivschatClient extends AwsClient {}