summaryrefslogtreecommitdiff
path: root/spec/Call_Content_Media_Description.xml
diff options
context:
space:
mode:
authorDavid Laban <david.laban@collabora.co.uk>2011-03-02 16:39:23 +0000
committerDavid Laban <david.laban@collabora.co.uk>2011-03-02 16:39:23 +0000
commitee909ee2aa27cf94116caffb09c82dfa7d1357e8 (patch)
tree975914e94ab84d971f38455541d2ba9b6b693173 /spec/Call_Content_Media_Description.xml
parentc00af9aa64aff01ccb181b5072aa2a716c0a2085 (diff)
MediaDescription: FurtherNegotiationRequired
Diffstat (limited to 'spec/Call_Content_Media_Description.xml')
-rw-r--r--spec/Call_Content_Media_Description.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/Call_Content_Media_Description.xml b/spec/Call_Content_Media_Description.xml
index 3ed48d7d..f8b3b54a 100644
--- a/spec/Call_Content_Media_Description.xml
+++ b/spec/Call_Content_Media_Description.xml
@@ -67,6 +67,26 @@
</tp:docstring>
</property>
+ <property name="FurtherNegotiationRequired"
+ tp:name-for-bindings="Further_Negotiation_Required" type="b"
+ access="read" tp:immutable="yes">
+ <tp:docstring xmlns="http://www.w3.org/1999/xhtml" >
+ <p> If this is set to True by the CM in a MediaDescriptionOffer, it
+ means "This is an offer under the SDP Offer/Answer model. Whatever
+ you accept this offer with is what I will send to the other side in
+ my answer."
+
+ If this is set to False by the CM then it means "This is an Answer
+ under the SDP Offer/Answer model, and if it remains False in the
+ Accept(), no further codec negotiation needs to happen."
+
+ If this is set to True by the streaming implementation (e.g. in an
+ Accept or UpdateLocalMediaDescription call) then a new SDP
+ Offer/Answer round-trip will be initiated.
+ </p>
+ </tp:docstring>
+ </property>
+
<property name="HasRemoteInformation"
tp:name-for-bindings="Has_Remote_Information" type="b"
access="read" tp:immutable="yes">