summaryrefslogtreecommitdiff
path: root/spec/Media_Stream_Handler.xml
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-01-12 20:42:11 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-01-12 20:42:11 -0500
commitce488dfc7a0dcd7ce0d40c4dd3c568d3833a8aff (patch)
tree512dc42adf68e2a33e03eb739e62575496fe7c40 /spec/Media_Stream_Handler.xml
parent113516caa2f263c1c6136c9760f71d1e546c46b7 (diff)
Explain what SetLocalCodecs is for
Diffstat (limited to 'spec/Media_Stream_Handler.xml')
-rw-r--r--spec/Media_Stream_Handler.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/spec/Media_Stream_Handler.xml b/spec/Media_Stream_Handler.xml
index 2c778c18..865c76dc 100644
--- a/spec/Media_Stream_Handler.xml
+++ b/spec/Media_Stream_Handler.xml
@@ -207,11 +207,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring>
Used to provide codecs after Ready(), so the media client can go
ready for an incoming call and exchange candidates/codecs before
- knowing what local codecs are available.
+ knowing what local codecs are available. This is useful for
+ a signalling relay, if one is an incoming Telepathy call and wants
+ to make an outgoing one, one needd to make it ready to get the
+ outgoing codecs, but does not have any local codecs yet. So one wants
+ to proceed with the signals, before having the local codecs.
</tp:docstring>
- <tp:deprecated>
- Local codecs should be provided in Ready().
- </tp:deprecated>
</method>
<signal name="RemoveRemoteCandidate"
tp:name-for-bindings="Remove_Remote_Candidate">