summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-14 16:06:15 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-23 11:21:01 -0500
commit725a680a48a88d1befbdf332f6ea61a8cf4743d3 (patch)
tree36f6b314f45965844a2c69096094a1cb366592a7
parentbebed542caf05e7bbde21a720177f598ebaada4f (diff)
Call.Content.I.Media: Remove duplicated Remote Contact
The Remote contact object already present inside the MediaDescription objects. https://bugs.freedesktop.org/show_bug.cgi?id=41734
-rw-r--r--spec/Call_Content_Interface_Media.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/spec/Call_Content_Interface_Media.xml b/spec/Call_Content_Interface_Media.xml
index ca5ed36b..5abdea21 100644
--- a/spec/Call_Content_Interface_Media.xml
+++ b/spec/Call_Content_Interface_Media.xml
@@ -225,11 +225,6 @@
>MediaDescription</tp:dbus-ref>
</tp:docstring>
</tp:member>
- <tp:member name="Remote_Contact" type="u" tp:type="Contact_Handle">
- <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
- The contact handle that this description applies to.
- </tp:docstring>
- </tp:member>
<tp:member name="Properties" type="a{sv}"
tp:type="Media_Description_Properties">
<tp:docstring>
@@ -256,15 +251,6 @@
Otherwise, only parameters which strictly describe the media being sent
can be changed.
</tp:docstring>
- <arg name="Remote_Contact" type="u" tp:type="Handle" direction="in">
- <tp:docstring>
- The remote contact that this description should be negotiated with
- (or 0 to mean "negotiate this with everyone"). Note that encoding
- the same video multiple times is often needlessly expensive, so
- differences in MediaDescriptions negotiated with different parties
- in the call should be limited to payloading parameters if possible.
- </tp:docstring>
- </arg>
<arg name="MediaDescription" direction="in" type="a{sv}"
tp:type="Media_Description_Properties">
<tp:docstring>
@@ -383,13 +369,6 @@
</p>
</tp:docstring>
- <arg name="Remote_Contact" type="u" tp:type="Handle">
- <tp:docstring>
- The remote contact that this description was negotiated with
- (or 0 to mean "negotiated with everyone").
- </tp:docstring>
- </arg>
-
<arg name="Updated_Media_Description" type="a{sv}"
tp:type="Media_Description_Properties">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
@@ -440,7 +419,7 @@
<property name="MediaDescriptionOffer"
tp:name-for-bindings="Media_Description_Offer"
- type="(oua{sv})" tp:type="Media_Description_Offer" access="read">
+ type="(oa{sv})" tp:type="Media_Description_Offer" access="read">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The object path to the current
<tp:dbus-ref namespace="ofdT.Call1.Content"