diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-02-16 12:25:20 -0500 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-20 10:04:14 +0100 |
commit | bbebb89936c257c98d11a3af43f84f77c9ca099d (patch) | |
tree | 8618fdb8da7a2f200d1e43c59bb8e0c0f887561c | |
parent | c2782b7661816788cc8e408763b436757b1b9e49 (diff) |
Call: Add direction to AddContent
https://bugs.freedesktop.org/show_bug.cgi?id=44303
-rw-r--r-- | spec/Channel_Type_Call.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml index 3555b4f3..db579929 100644 --- a/spec/Channel_Type_Call.xml +++ b/spec/Channel_Type_Call.xml @@ -513,6 +513,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. call. </tp:docstring> </arg> + <arg direction="in" name="InitialDirection" type="u" + tp:type="Media_Stream_Direction"> + <tp:docstring> + The requested initial direction of the new content. + </tp:docstring> + </arg> <arg direction="out" name="Content" type="o"> <tp:docstring> Path to the newly-created <tp:dbus-ref |