EdgePeerConnection.connect()
DESCRIPTION
Establish a WebRTC connection to the other peer
DECLARATION
func connect() async throws
THROWS ERRORS
EdgeWebrtcError.signalingFailedToInitialize:
- if the signaling stream could not be set up for some reason.
EdgeWebrtcError.signalingFailedRecv:
- if the signaling stream failed to receive messages necessary to setting up the connection.
EdgeWebrtcError.signalingFailedSend:
- if the signaling stream failed to send messages necessary to setting up the connection.