Method
PurpleMediaManagercreate_output_window
Declaration [src]
gboolean
purple_media_manager_create_output_window (
PurpleMediaManager* manager,
PurpleMedia* media,
const gchar* session_id,
const gchar* participant
)
Description [src]
Signals that output windows should be created for the chosen stream.
This shouldn’t be called outside of mediamanager.c and media.c.
Parameters
media
-
Type:
PurpleMedia
Media session the output windows are registered for.
The data is owned by the caller of the function. session_id
-
Type:
const gchar*
The session the output windows are registered with.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. participant
-
Type:
const gchar*
The participant the output windows are registered with.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.