You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Peer2PeerTest always fails on my Jitsi installation. I did take a look at the code and my guess ist that the method APP.conference.getP2PConnectionState() should be used to check the p2p connection instead of APP.conference.getConnectionState().
When I change the method the test is successful on my system.
Could you please check if this is an error in the code or am I doing something wrong here?
The text was updated successfully, but these errors were encountered:
The Peer2PeerTest always fails on my Jitsi installation. I did take a look at the code and my guess ist that the method APP.conference.getP2PConnectionState() should be used to check the p2p connection instead of APP.conference.getConnectionState().
When I change the method the test is successful on my system.
Could you please check if this is an error in the code or am I doing something wrong here?
The text was updated successfully, but these errors were encountered: