Package com.twilio.twiml.video
Class Room
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.video.Room
-
public class Room extends TwiML
TwiML wrapper for<Room>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Room.Builder
Create a new<Room>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Room name-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getName
public String getName()
Room name- Returns:
- Room name
-
-