mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
directionality typo
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1939 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
4be0c6c7db
commit
513246e8c0
@ -375,9 +375,9 @@ Initiator Responder
|
||||
]]></example>
|
||||
<p>The initiator and responder would then exchange media using any of the codecs that meet the following criteria:</p>
|
||||
<ul>
|
||||
<li>If the directionality is "sendonly" then the initiator may use any codec that it can send and the responder can receive.</li>
|
||||
<li>If the directionality is "recvonly" then the responder may use any codec that it can send and the initiator can receive.</li>
|
||||
<li>If the directionality is "sendrecv" then the parties may use any codec that both parties can send and receive.</li>
|
||||
<li>If the value of the 'senders' attribute is "initiator" then the initiator may use any codec that it can send and the responder can receive.</li>
|
||||
<li>If the value of the 'senders' attribute is "responder" then the responder may use any codec that it can send and the initiator can receive.</li>
|
||||
<li>If the value of the 'senders' attribute is "both" then the parties may use any codec that both parties can send and receive.</li>
|
||||
</ul>
|
||||
</section1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user