Method

PurpleMediacandidates_prepared

since: 2.6

Declaration [src]

gboolean
purple_media_candidates_prepared (
  PurpleMedia* media,
  const gchar* session_id,
  const gchar* participant
)

Description [src]

Returns whether or not the candidates for set of streams are prepared.

Available since: 2.6

Parameters

session_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.
participant

Type: const gchar*

The remote user to check for.

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

Return value

Type: gboolean

TRUE All streams for the given session_id/participant combination have candidates prepared, FALSE otherwise.