File "Room.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/twilio/sdk/src/Twilio/TwiML/Video/Room.php
File size: 378 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
namespace Twilio\TwiML\Video;
use Twilio\TwiML\TwiML;
class Room extends TwiML {
/**
* Room constructor.
*
* @param string $name Room name
*/
public function __construct($name) {
parent::__construct('Room', $name);
}
}