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
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
@alvestrand it would be great if you could review whether this code lab is following/promoting/teaching what is to be considered the (unwritten) BCP. See also #1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/webrtc/FirebaseRTC/blob/master/public/app.js#L13
iceCandidatePoolSize: 10,
is pretty much useless and even harmful. Remember that iceCandidatePoolSize is specifying the number of components to pre-gather so a setting of more than one usually does not make sense.
@alvestrand it would be great if you could review whether this code lab is following/promoting/teaching what is to be considered the (unwritten) BCP. See also #1
The text was updated successfully, but these errors were encountered: