Internet Explorer is throwing an error when doing a for...of over Sets. This is because IE needs a Set polyfill, which may be applied after lib-jitsi-meet has loaded. However, lib-jitsi-meet on load creates two Sets, one for CallStats.fabrics and another for Statistics.instances. When the polyfill is then applied, the two existing Sets do not get new methods. The fix is to lazily initialize the Sets to allow for polyfills to be applied.dev1
|
|
||
61 |
|
61 |
|
62 |
|
62 |
|
63 |
|
63 |
|
|
64 |
|
|
|
65 |
|
|
|
66 |
|
|
|
67 |
|
|
|
68 |
|
|
|
69 |
|
|
64 |
|
70 |
|
65 |
|
71 |
|
66 |
|
72 |
|
|
|
||
300 |
|
306 |
|
301 |
|
307 |
|
302 |
|
308 |
|
|
309 |
|
|
|
310 |
|
|
|
311 |
|
|
|
312 |
|
|
|
313 |
|
|
|
314 |
|
|
|
315 |
|
|
|
316 |
|
|
|
317 |
|
|
|
318 |
|
|
|
319 |
|
|
|
320 |
|
|
|
321 |
|
|
303 |
|
322 |
|
304 |
|
323 |
|
305 |
|
324 |
|
|
|
||
703 |
|
722 |
|
704 |
|
723 |
|
705 |
|
724 |
|
706 |
|
|
|
707 |
|
|
|
708 |
|
|
|
709 |
|
|
|
710 |
|
|
|
711 |
|
|
|
|
||
10 |
|
10 |
|
11 |
|
11 |
|
12 |
|
12 |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
13 |
|
19 |
|
14 |
|
20 |
|
15 |
|
21 |
|
|
|
||
124 |
|
130 |
|
125 |
|
131 |
|
126 |
|
132 |
|
127 |
|
|
|
128 |
|
|
|
129 |
|
|
|
130 |
|
|
|
131 |
|
|
|
|
133 |
|
|
|
134 |
|
|
|
135 |
|
|
|
136 |
|
|
|
137 |
|
|
|
138 |
|
|
|
139 |
|
|
|
140 |
|
|
|
141 |
|
|
|
142 |
|
|
|
143 |
|
|
|
144 |
|
|
|
145 |
|
|
|
146 |
|
|
132 |
|
147 |
|
133 |
|
148 |
|
134 |
|
149 |
|