Method

FridaPeerOptionsadd_relay

Declaration

void
frida_peer_options_add_relay (
  FridaPeerOptions* self,
  FridaRelay* relay
)

Description [src]

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

Parameters

relay

Type: FridaRelay

The relay to add.

The data is owned by the caller of the method.