Start
The Start
verb is used to start a unidirectional media Stream. A unidirectional stream is when CarrierX sends the call audio stream to your application, but your application cannot send an audio stream to the call.
tip
See Stream for full details on streaming call audio via WebSockets.
Start
has no attributes.
Example Usage
<Response>
<Start>
<Stream name="myStream" url="wss://example.com"/>
</Start>
</Response>
Nesting Rules
- You can nest Stream within the
Start
verb. - You cannot nest the
Start
verb within other FlexML verbs.