Skip to content

Commit

Permalink
Deploy preview for PR 145 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
alonso-cadenas committed Aug 3, 2023
1 parent a469cb9 commit 9a2e0c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pr-preview/pr-145/demo-minimal-js.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions pr-preview/pr-145/demo-minimal-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@
value="user unavailable"
/>
<p>4. Start a call</p>
<input
disabled
id="outgoingcall"
onclick="outgoingCall()"
type="button"
value="outgoing call started"
/>
<input
disabled
id="incomingcall"
Expand All @@ -149,10 +156,10 @@
/>
<input
disabled
id="outgoingcall"
onclick="outgoingCall()"
id="incomingcallasync"
onclick="incomingCallAsync(3000)"
type="button"
value="outgoing call started"
value="incoming call started in 3s"
/>
<input
disabled
Expand Down

0 comments on commit 9a2e0c2

Please sign in to comment.