summaryrefslogtreecommitdiff
path: root/spec/ChannelInterfaceMediaSignalling.xml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ChannelInterfaceMediaSignalling.xml')
-rw-r--r--spec/ChannelInterfaceMediaSignalling.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/spec/ChannelInterfaceMediaSignalling.xml b/spec/ChannelInterfaceMediaSignalling.xml
index 32f890f7..696b8fcb 100644
--- a/spec/ChannelInterfaceMediaSignalling.xml
+++ b/spec/ChannelInterfaceMediaSignalling.xml
@@ -29,16 +29,20 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</tp:docstring>
</method>
<signal name="NewSessionHandler">
- <arg name="session_handler" type="o"/>
- <arg name="type" type="s"/>
+ <arg name="session_handler" type="o">
+ <tp:docstring>
+ Object path of the new MediaSessionHandler object
+ </tp:docstring>
+ </arg>
+ <arg name="type" type="s">
+ <tp:docstring>
+ String indicating type of session, eg &quot;rtp&quot;
+ </tp:docstring>
+ </arg>
<tp:docstring>
Signal that a session handler object has been created. The client
should create a session object and create streams for the streams
within.
-
- Parameters:
- session_handler - object path of the new MediaSessionHandler object
- type - string indicating type of session, eg &quot;rtp&quot;
</tp:docstring>
</signal>
<tp:docstring>