Virtual Method

PurpleMediaBackendadd_remote_candidates

since: 2.7

Declaration [src]

void
add_remote_candidates (
  PurpleMediaBackend* self,
  const gchar* sess_id,
  const gchar* participant,
  GList* remote_candidates
)

Description [src]

Add remote candidates to a stream.

Available since: 2.7

Parameters

sess_id

Type: const gchar*

The session id associated with the stream.

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

Type: const gchar*

The participant associated with the stream.

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

Type: A list of None

The list of remote candidates to add.

The data is owned by the caller of the function.