Skip to content
Snippets Groups Projects
Unverified Commit f0a1e43d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

pjproject: correctly wait that the peer authorize ourself

When connecting to a TURN server, the peer needs to authorize ours candidates
to access to that server. This check existed, but not at the good place.
Indeed, the connection' status is given by ice_sess_on_peer_connection, not
by the first message we send (because the first message is sent when
the connection already exists).
I still don't have any clue why this problem was frequent only for the first
connection between two peers.

Gitlab: #227
Change-Id: I7b6e6b7b47a05c9463233761ef562820bed1521a
parent baf12551
No related branches found
Tags 1.1.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment