Method

PurpleMediaend

since: 2.6

Declaration [src]

void
purple_media_end (
  PurpleMedia* media,
  const gchar* session_id,
  const gchar* participant
)

Description [src]

Ends all streams that match the given parameters.

Available since: 2.6

Parameters

session_id

Type: const gchar*

The session to end streams on.

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 to end streams with.

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