diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-11-24 15:12:18 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-11-24 15:12:18 +0100 |
commit | 8243be46b1efa06c3d1ecc84d450c6afbbcaa98d (patch) | |
tree | 863870935c3a27c3066acfc12df4d0d6beba88ee | |
parent | 91c74412d130f3d99b6e64915c9a312faf2193f3 (diff) |
MediaDescription::reject() takes reason in arg instead of returning it
-rw-r--r-- | spec/Call_Content_Media_Description.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/Call_Content_Media_Description.xml b/spec/Call_Content_Media_Description.xml index 7c494a41..fd8ab89f 100644 --- a/spec/Call_Content_Media_Description.xml +++ b/spec/Call_Content_Media_Description.xml @@ -69,7 +69,7 @@ Reject the proposed update to the remote description. </tp:docstring> <arg name="Reason" type="(uuss)" tp:type="Call_State_Reason" - direction="out"> + direction="in"> <tp:docstring> A structured reason for the rejection. </tp:docstring> |