Method
FridaSessionsetup_peer_connection
Declaration
void
frida_session_setup_peer_connection (
FridaSession* self,
FridaPeerOptions* options,
GCancellable* cancellable,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description [src]
Sets up a peer-to-peer connection to the target, so that subsequent traffic flows directly rather than through the device’s host session.
Parameters
options-
Type:
FridaPeerOptionsPeer connection options, such as STUN and relays, or null.
The argument can be NULL.The data is owned by the caller of the method. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.