Method

PurpleMediaCandidateget_base_ip

since: 2.6

Declaration [src]

gchar*
purple_media_candidate_get_base_ip (
  PurpleMediaCandidate* candidate
)

Description [src]

Gets the base (internal) IP address. This can be NULL.

Available since: 2.6

Return value

Type: gchar*

The base IP address.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.