Skip to content

Commit

Permalink
unique ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsantosbh committed May 8, 2024
1 parent 6d35a0b commit 151fc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
<button id="btnDisconnect" class="btn btn-danger d-none" onclick="hangup()">
Disconnect
</button>
<button id="btnDisconnect" class="btn btn-danger d-none" onclick="simulate_no_packets()">
<button id="btnDisconnectMedia" class="btn btn-danger d-none" onclick="simulate_no_packets()">
No Packets Received
</button>
<button id="btnDisconnect" class="btn btn-danger d-none" onclick="simulate_socket_error()">
<button id="btnDisconnectWS" class="btn btn-danger d-none" onclick="simulate_socket_error()">
Socket Error
</button>
</div>
Expand Down

0 comments on commit 151fc37

Please sign in to comment.