summaryrefslogtreecommitdiff
path: root/generate/xml-modified
diff options
context:
space:
mode:
authorRobert McQueen <robert.mcqueen@collabora.co.uk>2006-10-10 10:28:16 +0000
committerRobert McQueen <robert.mcqueen@collabora.co.uk>2006-10-10 10:28:16 +0000
commitfcaa2e7a42aec5246a13a08294cc904d1c163f72 (patch)
treec27567ee3fd5f0f36f1c34a43c3f76e093f23541 /generate/xml-modified
parent6f1a212b73520c53013bb099b8196ff8f1b9badb (diff)
GabbleMediaStream: add a SetLocalCodecs which can be used to provide codecs after Ready, so that you can go ready for an incoming call and exchange candidates/codecs without knowing your local codecs
Diffstat (limited to 'generate/xml-modified')
-rw-r--r--generate/xml-modified/gabble-media-stream.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/generate/xml-modified/gabble-media-stream.xml b/generate/xml-modified/gabble-media-stream.xml
index f28d3ba26..103c1e810 100644
--- a/generate/xml-modified/gabble-media-stream.xml
+++ b/generate/xml-modified/gabble-media-stream.xml
@@ -32,6 +32,9 @@
<arg name="native_candidate_id" type="s"/>
<arg name="remote_candidate_id" type="s"/>
</signal>
+ <method name="SetLocalCodecs">
+ <arg direction="in" name="codecs" type="a(usuuua{ss})"/>
+ </method>
<signal name="SetRemoteCandidateList">
<arg name="remote_candidates" type="a(sa(usuussduss))"/>
</signal>