We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was noticing a browser console warning like so:
[streaming-client] client configured to not use server-side pinging, falling back to client-side pinging
If I set useServerSidePings: true when creating GenesysCloudWebrtcSdk, then the warning goes away, and I see a lot more chatty logging in the console.
What exactly does useServerSidePings actually do, and are there benefits or drawbacks to using it?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was noticing a browser console warning like so:
If I set useServerSidePings: true when creating GenesysCloudWebrtcSdk, then the warning goes away, and I see a lot more chatty logging in the console.
What exactly does useServerSidePings actually do, and are there benefits or drawbacks to using it?
Thanks!
The text was updated successfully, but these errors were encountered: