Signal

PurpleMediaBackend::new-candidate

Declaration

void
new_candidate (
  PurpleMediaBackend* self,
  gpointer session_id,
  gpointer participant,
  PurpleMediaCandidate* candidate,
  gpointer user_data
)

Description [src]

Emitted when a new media candidate is available.

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

Type: gpointer

The participant.

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

Type: PurpleMediaCandidate

The new candidate.

The data is owned by the caller of the function.