Method

PurpleMediastream_info

since: 2.6

Declaration [src]

void
purple_media_stream_info (
  PurpleMedia* media,
  PurpleMediaInfoType type,
  const gchar* session_id,
  const gchar* participant,
  gboolean local
)

Description [src]

Signals different information about the given stream.

Available since: 2.6

Parameters

type

Type: PurpleMediaInfoType

The type of info being signaled.

session_id

Type: const gchar*

The id of the session of the stream being signaled.

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 of the stream being signaled.

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

Type: gboolean

TRUE if the info originated locally, FALSE if on the remote end.