working poc
This commit is contained in:
@@ -14,14 +14,20 @@
|
||||
<video id="local-video" autoplay playsinline muted controls></video>
|
||||
<div class="controls-container">
|
||||
<button id="start-local-media">Start Local Media</button>
|
||||
<button id="create-and-send-offer" disabled>Create & Send Offer</button>
|
||||
<button id="send-offer" disabled>Send Offer</button>
|
||||
</div>
|
||||
<div>
|
||||
<p id="signaling-state">Signaling State: <span id="signaling-state-value">None</span></p>
|
||||
<p id="ice-connection-state">ICE Connection State: <span id="ice-connection-state-value">None</span></p>
|
||||
<p id="ice-gathering-state">ICE Gathering State: <span id="ice-gathering-state-value">None</span></p>
|
||||
<p id="connection-state">Connection State: <span id="connection-state-value">None</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="video-container">
|
||||
<h3 class="centered-text">Remote</h3>
|
||||
<video id="remote-video" autoplay playsinline muted></video>
|
||||
<div class="controls-container">
|
||||
<button id="create-and-send-answer" disabled>Create & Send Answer</button>
|
||||
<button id="send-answer" disabled>Send Answer</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user