Method

PurpleMediaBackendget_codecs

since: 2.7

Declaration [src]

GList*
purple_media_backend_get_codecs (
  PurpleMediaBackend* self,
  const gchar* sess_id
)

Description [src]

Gets the codec intersection list for a session.

The intersection list consists of all codecs that are compatible between the local and remote software.

Available since: 2.7

Parameters

sess_id

Type: const gchar*

The session id of the session to use.

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

Return value

Type: A list of None

The codec intersection list.

The caller of the method takes ownership of the data, and is responsible for freeing it.