public class Stream extends TwiML
<Stream>
Modifier and Type | Class and Description |
---|---|
static class |
Stream.Builder
Create a new
<Stream> element |
static class |
Stream.StatusCallbackMethod |
static class |
Stream.Track |
Modifier and Type | Method and Description |
---|---|
String |
getConnectorName()
Unique name for Stream Connector
|
String |
getName()
Friendly name given to the Stream
|
String |
getStatusCallback()
Status Callback URL
|
Stream.StatusCallbackMethod |
getStatusCallbackMethod()
Status Callback URL method
|
Stream.Track |
getTrack()
Track to be streamed to remote service
|
String |
getUrl()
URL of the remote service where the Stream is routed
|
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
public String getName()
public String getConnectorName()
public String getUrl()
public Stream.Track getTrack()
public String getStatusCallback()
public Stream.StatusCallbackMethod getStatusCallbackMethod()
Copyright © 2019 Twilio, Inc. All Rights Reserved.