Class

FridaPeerOptions

Description [src]

final class Frida.PeerOptions : GObject.Object
{
  /* No available fields */
}

Options for frida_session_setup_peer_connection(), configuring how the peer-to-peer connection is negotiated.

Ancestors

Constructors

frida_peer_options_new

Creates a new FridaPeerOptions.

Instance methods

frida_peer_options_clear_relays

Removes all configured relays.

frida_peer_options_add_relay

Adds a relay to use when a direct connection cannot be established.

frida_peer_options_enumerate_relays

Invokes func for each configured relay.

frida_peer_options_get_stun_server

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

frida_peer_options_set_stun_server

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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.PeerOptions:stun-server

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

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaPeerOptionsClass {
  /* no available fields */
}

No description available.