We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf8d97 commit 5e9084eCopy full SHA for 5e9084e
samples/webrtc/index.html
@@ -300,11 +300,6 @@ <h4 class="caller__name">
300
</select>
301
</div>
302
303
- <div class="caller__frames_source">
304
- <select class="qb-select j-source invisible">
305
- </select>
306
- </div>
307
-
308
<div class="caller__frames_bandwidth">
309
<select class="qb-select j-bandwidth">
310
<option value="">Standart</option>
@@ -315,6 +310,11 @@ <h4 class="caller__name">
315
<option value="128">128 kbps</option>
316
311
317
312
313
+
314
+ <div class="caller__frames_source">
+ <select class="qb-select j-source invisible">
+ </select>
+ </div>
318
319
320
</script>
0 commit comments