summaryrefslogtreecommitdiff
path: root/spec/Call_Content_Codec_Offer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/Call_Content_Codec_Offer.xml')
-rw-r--r--spec/Call_Content_Codec_Offer.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/spec/Call_Content_Codec_Offer.xml b/spec/Call_Content_Codec_Offer.xml
index e0a791f36..f88143f69 100644
--- a/spec/Call_Content_Codec_Offer.xml
+++ b/spec/Call_Content_Codec_Offer.xml
@@ -65,16 +65,23 @@
</tp:docstring>
</property>
- <property name="RemoteContactCodecMap"
- tp:name-for-bindings="Remote_Contact_Codec_Map"
- type="a{ua(usuua{ss})}" tp:type="Contact_Codec_Map" access="read"
+ <property name="RemoteContactCodecs"
+ tp:name-for-bindings="Remote_Contact_Codecs"
+ type="a(usuua{ss})" tp:type="Codec[]" access="read"
tp:immutable="yes">
<tp:docstring>
- A map from remote contact to the list of codecs he or she
- supports.
+ A list of codecs the remote contact supports.
</tp:docstring>
</property>
+ <property name="RemoteContact" tp:name-for-bindings="Remote_Contact"
+ type="u" tp:type="Contact_Handle" access="read" tp:immutable="yes">
+ <tp:docstring>
+ The contact handle that this codec offer applies to.
+ </tp:docstring>
+ </property>
+
+
</interface>
</node>
<!-- vim:set sw=2 sts=2 et ft=xml: -->