-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix watchrtc consecutive call issue #2426
Fix watchrtc consecutive call issue #2426
Conversation
Hi, thanks for your contribution! |
So is it no longer necessary to make that API call? |
Yes. We do not require that API call with new changes within our sdk. It helps to curb unnecessarily connect/disconnect (or reconnect) of websocket connections for calls. |
Jenkins please test this please. |
Ops this fell trough the cracks due to the holydays. Can you please give it a rebase? |
…nducting consecutive calls.
8801d13
to
647e1df
Compare
Hi, I think I did a mistake while merging. I rectified and seems okay now. Please let me know if something seems off. |
Jenkins please test this please. |
Following PR contains the following changes :
persistentEnd
call to fix web socket connect/disconnect when conducting consecutive calls.