Skip to content

Commit

Permalink
list query params
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Feb 8, 2024
1 parent ac4927d commit 238dee0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/javascript/v2/quickstart/embed-with-iframe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ Here, [room codes](/get-started/v2/get-started/prebuilt/room-codes/overview) are
</body>
<html>
```

### Query parameters

Prebuilt links on the 100ms domain support the following query parameters:

- name: If the `name` key is specifiied, the input field in preview is locked and the peer will not have the option to change their name.

Check failure on line 52 in docs/javascript/v2/quickstart/embed-with-iframe.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/javascript/v2/quickstart/embed-with-iframe.mdx#L52

[Vale.Spelling] Did you really mean 'specifiied'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'specifiied'?", "location": {"path": "docs/javascript/v2/quickstart/embed-with-iframe.mdx", "range": {"start": {"line": 52, "column": 30}}}, "severity": "ERROR"}

- userId: The `userId` key is case-sensitive and can also be specified as a query parameter to uniquely identify a peer.

0 comments on commit 238dee0

Please sign in to comment.