Skip to content

Commit

Permalink
Update embed-with-iframe.mdx (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
eswarclynn authored Sep 12, 2024
1 parent 69daa69 commit fbb8dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript/v2/quickstart/embed-with-iframe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Here, [room codes](/get-started/v2/get-started/prebuilt/room-codes/overview) are
<iframe
title="100ms-app"
allow="camera *;microphone *;display-capture *"
src="https://`<your-subdomain>.100ms.live`/meeting/`<room-code>`"
src="https://`<your-subdomain>.app.100ms.live`/meeting/`<room-code>`"
style="height: 100vh; width: 100%; border:0;"
>
</iframe>
Expand Down

0 comments on commit fbb8dc5

Please sign in to comment.