Method

PurpleMediacodecs_ready

since: 2.6

Declaration [src]

gboolean
purple_media_codecs_ready (
  PurpleMedia* media,
  const gchar* sess_id
)

Description [src]

Gets whether a session’s codecs are ready to be used.

Available since: 2.6

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 The codecs are ready, or FALSE otherwise.