Signal

PurpleMedia::candidate-pair-established

Declaration

void
candidate_pair_established (
  PurpleMedia* self,
  gpointer session_id,
  gpointer name,
  PurpleMediaCandidate* local_candidate,
  PurpleMediaCandidate* remote_candidate,
  gpointer user_data
)

Description [src]

Emitted when candidates have been established for a session.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

session_id

Type: gpointer

The session id.

The argument can be NULL.
The data is owned by the caller of the function.
name

Type: gpointer

The element name.

The argument can be NULL.
The data is owned by the caller of the function.
local_candidate

Type: PurpleMediaCandidate

The local candidate.

The data is owned by the caller of the function.
remote_candidate

Type: PurpleMediaCandidate

The remote candidate.

The data is owned by the caller of the function.