Twilio\TwiML\Voice\Room
Synopsis
class Room
extends TwiML
{
- // Inherited members from TwiML
- protected $name;
- protected $attributes;
- protected $children;
- // methods
- public void __construct()
- public Room setParticipantIdentity()
- // Inherited methods from TwiML
- public void __construct()
- public TwiML append()
- public TwiML nest()
- public Room setAttribute()
- public TwiML addChild()
- public string asXML()
- public string __toString()
Hierarchy
Extends
Members
protected
- $attributes
- $children
- $name
Methods
public
- __construct() — Room constructor.
- setParticipantIdentity() — Add ParticipantIdentity attribute.
Inherited from Twilio\TwiML\TwiML
public
- __toString() — Convert TwiML to XML string.
- addChild()
- append() — Add a TwiML element.
- asXML() — Convert TwiML to XML string.
- nest() — Add a TwiML element.
- setAttribute() — Set TwiML attribute.