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 6, 2024. It is now read-only.
While sending the offer/answer before setting the localdescription likely decreases call setup time, it is potentially unsafe since setLocalDescription might fail.
Causes jitsi/jitsi-meet#31 currently.
Getting the local ssrcs from the created answer instead of the localdescription might be a better solution to this problem.
The text was updated successfully, but these errors were encountered:
I do not have rigorous testing regime in place atm.
Though the recent build has passed this error and continued to connect.
I can say that Chrome (browser) cheats to get it's apparent speed.
It loads javascript files 'in background'.
They are not actually rendered into usable code even though 'loaded'.
So far I've had to use setTimeout to circumvent this being an issue.
A.T.Best!
MarkT
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While sending the offer/answer before setting the localdescription likely decreases call setup time, it is potentially unsafe since setLocalDescription might fail.
Causes jitsi/jitsi-meet#31 currently.
Getting the local ssrcs from the created answer instead of the localdescription might be a better solution to this problem.
The text was updated successfully, but these errors were encountered: