Method

PurpleMediaManagerremove_output_windows

since: 2.6

Declaration [src]

void
purple_media_manager_remove_output_windows (
  PurpleMediaManager* manager,
  PurpleMedia* media,
  const gchar* session_id,
  const gchar* participant
)

Description [src]

Remove all output windows for a given conference/session/participant/stream.

Available since: 2.6

Parameters

media

Type: PurpleMedia

The media instance the output windows were registered for.

The data is owned by the caller of the function.
session_id

Type: const gchar*

The session the output windows were registered for.

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 were registered for.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.