Stop
The Stop
verb is used to stop a unidirectional media Stream. The name
of the Stream is used when starting and stopping the Stream.
tip
See Stream for full details on streaming call audio via WebSockets.
Stop
has no attributes.
Example Usage
<Response>
<Start>
<Stream name="myStream" url="wss://example.com"/>
</Start>
...
<Stop>
<Stream name="myStream"/>
</Stop>
</Response>
Nesting Rules
- You can nest Stream within
Stop
. - You cannot nest the
Stop
verb within other FlexML verbs.