Method

PurpleMediaBackendcodecs_ready

since: 2.7

Declaration [src]

gboolean
purple_media_backend_codecs_ready (
  PurpleMediaBackend* self,
  const gchar* sess_id
)

Description [src]

Get whether or not a session’s codecs are ready.

A codec is ready if all of the attributes and additional parameters have been collected.

Available since: 2.7

Parameters

sess_id

Type: const gchar*

The session id of the session to check.

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

Return value

Type: gboolean

True if the codecs are ready, otherwise False.