Signal

PurpleMediaBackend::active-candidate-pair

Declaration

void
active_candidate_pair (
  PurpleMediaBackend* self,
  gchar* session_id,
  gchar* participant,
  PurpleMediaCandidate* candidate1,
  PurpleMediaCandidate* candidate2,
  gpointer user_data
)

Description [src]

This is currently not emitted any, so I’d be guessing…

Default handler:

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

Parameters

session_id

Type: gchar*

The session id.

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

Type: gchar*

The participant.

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

Type: PurpleMediaCandidate

The first candidate.

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

Type: PurpleMediaCandidate

The second candidate.

The data is owned by the caller of the function.