diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-02-08 13:08:59 +0100 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-02-15 15:59:45 -0500 |
commit | a7d9a9c6e83c9481db816cb77bd5d11190c62057 (patch) | |
tree | 7c7fbf44a28e90ecc7e091ac9973d1d4efc5fb60 | |
parent | 4e9d58d926695cefc727170c9ffc4269c5a76581 (diff) |
Add possible error on FinishInitialCandidates
-rw-r--r-- | spec/Call_Stream_Interface_Media.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/Call_Stream_Interface_Media.xml b/spec/Call_Stream_Interface_Media.xml index d0db6995..24686e96 100644 --- a/spec/Call_Stream_Interface_Media.xml +++ b/spec/Call_Stream_Interface_Media.xml @@ -407,6 +407,16 @@ and then set the lowest priority candidate as the Raw UDP candidate. </tp:rationale> </tp:docstring> + + <tp:possible-errors> + <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"> + <tp:docstring> + The minimal required candidates have not been set. For + example, for an RTP protocol, at least one candidate on the + component 1 (RTP) must have been set. + </tp:docstring> + </tp:error> + </tp:possible-errors> </method> <tp:enum type="u" name="Stream_Transport_Type"> |