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
<p><small>Control which media types are transmitted to the remote client. For WebRTC Ingestion and Storage master, both audio and video must be sent, and viewers cannot not send video and optional audio.</small></p>
68
67
<divclass="form-group">
69
68
<divclass="form-check-inline">
@@ -83,7 +82,7 @@ <h4>Tracks</h4>
83
82
"><sup>ⓘ</sup></span>
84
83
</div>
85
84
</div>
86
-
<detailsid="webrtc-ingestion-and-storage-group"><summaryclass="h4">WebRTC Ingestion and Storage</summary>
85
+
<detailsid="webrtc-ingestion-and-storage-group"><summaryclass="h4"id="subheader">WebRTC Ingestion and Storage</summary>
87
86
<div>
88
87
<p><small>Configure which stream to ingest and store media to. Call update media storage configuration with an empty Stream name to disable this feature.</small></p>
89
88
<divclass="form-group input-group">
@@ -137,7 +136,7 @@ <h4>Tracks</h4>
137
136
</div>
138
137
</div>
139
138
</details>
140
-
<h4>Video Resolution</h4>
139
+
<h4id="subheader">Video Resolution</h4>
141
140
<p><small>Set the desired video resolution and aspect ratio.</small></p>
<p>Determines the types of <code>ICE candidates</code> that are generated.<br/><br/>STUN/TURN = host, server reflexive, and relay<br/>STUN only = server reflexive<br/>TURN only = relay<br/>Disabled = host</p>
<p>GetIceServerConfig returns two sets of TURN servers, only use one of the sets.</p>"><sup>ⓘ</sup></span></label>
339
339
</div>
340
340
</div>
341
+
342
+
<divclass="d-flex align-items-center mt-3">
343
+
<pclass="mb-0">
344
+
<small>KVS Endpoint Type</small>
345
+
</p>
346
+
347
+
<!-- Tooltip icon -->
348
+
<spandata-delay="{ "hide": 1500 }"
349
+
data-position="auto"
350
+
tabindex="0"
351
+
class="text-info ml-1"
352
+
data-toggle="tooltip"
353
+
data-html="true"
354
+
title="<p>Use dual-stack KVS endpoints, else will use legacy IPv4-only endpoints. Dual-stack mode will also allow for IPv6 ICE candidates if supported by the browser and local network.</p>
0 commit comments