mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
type->semantics, thanks lance
This commit is contained in:
parent
d5a9bda61e
commit
b505840761
@ -67,9 +67,9 @@ a=ssrc:1656081975 label:MLTJKIHilGn71fNQoszkQ4jlPTuS5vJyKVIva0
|
||||
<code>
|
||||
a=ssrc-group:<semantics> <ssrc-id> ...
|
||||
</code>
|
||||
<p>This maps to Jingle as a <ssrc-group/> element qualified by the 'urn:xmpp:jingle:apps:rtp:ssma:0' namespace. Like the <source/> element, this is included as child of the Jingle <description/> element. The SDP 'semantics' parameter is mapped to the type attribute (for consistency with <cite>FIXME jingle-grouping FIXME</cite>) and the list of ssrc-ids is mapped to <source/> elements whole 'ssrc' attribute is set to the ssrc-id.</p>
|
||||
<p>This maps to Jingle as a <ssrc-group/> element qualified by the 'urn:xmpp:jingle:apps:rtp:ssma:0' namespace. Like the <source/> element, this is included as child of the Jingle <description/> element. The SDP 'semantics' parameter is mapped to the semantics attribute (for consistency with <cite>FIXME jingle-grouping FIXME</cite>) and the list of ssrc-ids is mapped to <source/> elements whole 'ssrc' attribute is set to the ssrc-id.</p>
|
||||
<code><![CDATA[
|
||||
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' type='semantics'>
|
||||
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' semantics='semantics'>
|
||||
<source ssrc='ssrc-id'/>
|
||||
[...]
|
||||
</ssrc-group>
|
||||
@ -99,11 +99,11 @@ a=ssrc:44444 cname:user3@example.com
|
||||
<parameter name='apt' value='96'/>
|
||||
<parameter name='rtx-time' value='3000'/>
|
||||
</payload-type>
|
||||
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' type='FID'>
|
||||
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' semantics='FID'>
|
||||
<source ssrc='11111'/>
|
||||
<source ssrc='22222'/>
|
||||
</ssrc-group>
|
||||
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' type='FID'>
|
||||
<ssrc-group xmlns='urn:xmpp:jingle:apps:rtp:ssma:0' semantics='FID'>
|
||||
<source ssrc='33333'/>
|
||||
<source ssrc='44444'/>
|
||||
</ssrc-group>
|
||||
|
Loading…
Reference in New Issue
Block a user