Virtual Method

PurpleMediaBackendget_local_candidates

since: 2.7

Declaration [src]

GList*
get_local_candidates (
  PurpleMediaBackend* self,
  const gchar* sess_id,
  const gchar* participant
)

Description [src]

Gets the list of local candidates for 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.

Return value

Type: A list of None

The list of local candidates.

The caller of the function takes ownership of the data, and is responsible for freeing it.