Skip to content

Commit

Permalink
Example: Update the text for connecting to a websocket address directly.
Browse files Browse the repository at this point in the history
Indicate that the instance uuid is for Genymotion SaaS, and the webrtc address is for Genymotion Device Image.
  • Loading branch information
caarmen committed Sep 26, 2024
1 parent 0714c41 commit 3403570
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/geny-window.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ <h3>Connect to an existing instance</h3>
<datalist id="instances-history"></datalist>
<div class="note" id="input-note">
<ul>
<li><strong>Instance uuid:</strong> the uuid of a launched device.</li>
<li><strong>Instance uuid:</strong> the uuid of a launched device. <strong>(Genymotion SaaS only)</strong></li>
<li>
<strong>WebSocket address:</strong> the WebSocket address (starting with "wss://") of a
launched device.
<strong>WebSocket address:</strong> the WebSocket address ("<i>wss://public ip address</i>") of the device. <strong>(Genymotion Device Image only)</strong>
</li>
</ul>
</div>
Expand Down

0 comments on commit 3403570

Please sign in to comment.