diff options
-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"> |