Method

FridaPeerOptionsset_stun_server

Declaration

void
frida_peer_options_set_stun_server (
  FridaPeerOptions* self,
  const gchar* value
)

Description [src]

The STUN server to use for discovering the public address, if any.

Parameters

value

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.