This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permit escaped SSML docs in addition to CDATA
Fixes #70
- Loading branch information
1 parent
b708a04
commit b0b131f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1273,7 +1273,7 @@ | |
]]></example> | ||
|
||
<section3 topic='Output Component' anchor='session-component-execution-output'> | ||
<p>Media output is a core concept in Rayo, and is provided by the output component. The component allows media to be rendered to a call or a mixer, using the server's local media server. A server MUST support audio file playback and MUST support the text/uri-list document format. A server MAY support speech synthesis and MAY support <link url='http://www.w3.org/TR/speech-synthesis/'>SSML</link>. The component is created using an <link url='def-component-output'><output/> command</link>, containing one or more documents to render, along with a set of options to determine the nature of the rendering.</p> | ||
<p>Media output is a core concept in Rayo, and is provided by the output component. The component allows media to be rendered to a call or a mixer, using the server's local media server. A server MUST support audio file playback and MUST support the text/uri-list document format. A server MAY support speech synthesis and MAY support <link url='http://www.w3.org/TR/speech-synthesis/'>SSML</link> (in which case the document should be escaped or enclosed in CDATA). The component is created using an <link url='def-component-output'><output/> command</link>, containing one or more documents to render, along with a set of options to determine the nature of the rendering.</p> | ||
|
||
<example caption='Client renders a simple SSML document to a call'><![CDATA[ | ||
<iq from='[email protected]/balcony' | ||
|