directionality typo

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1939 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-06-10 18:43:53 +00:00
parent 4be0c6c7db
commit 513246e8c0
1 changed files with 3 additions and 3 deletions

View File

@ -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>