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
I really appreciate your work and it has helped me a lot studying WebRTC tech in iOS.
One question I have is what would be the best practices to safely reset on-going peer connections between clients. For example, in the sample app, when I try to offer/answer for the first time, it works very well. But when I try to disconnect and reconnect in the same screen, it seems the offer/answer is not working properly. How would you go about the problem?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, happy that you find the project useful and informative.
From my experience, in order to reset peer connection, you will have to create a new instance of the class on both clients and start over (and discarding the previous instances)
Hello,
I really appreciate your work and it has helped me a lot studying WebRTC tech in iOS.
One question I have is what would be the best practices to safely reset on-going peer connections between clients. For example, in the sample app, when I try to offer/answer for the first time, it works very well. But when I try to disconnect and reconnect in the same screen, it seems the offer/answer is not working properly. How would you go about the problem?
Thanks.
The text was updated successfully, but these errors were encountered: