Method

PurpleMediaadd_remote_candidates

since: 2.6

Declaration [src]

void
purple_media_add_remote_candidates (
  PurpleMedia* media,
  const gchar* sess_id,
  const gchar* participant,
  GList* remote_candidates
)

Description [src]

Adds remote candidates to the stream.

Available since: 2.6

Parameters

sess_id

Type: const gchar*

The session id of the session find the stream in.

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

Type: const gchar*

The name of the remote user to add the candidates for.

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 remote candidates to add.

The data is owned by the caller of the function.