You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more about apps and their role, see the [RealtimeKit Concepts guide](/realtime/realtimekit/concepts).
86
86
87
-
####Sandbox vs Production App
87
+
### Sandbox vs Production App
88
88
89
89
It’s best practice to create separate apps for your production and staging environments. This helps you test changes safely without impacting your live environment.
90
90
@@ -94,7 +94,7 @@ You are free to choose any app name that fits your workflow.
94
94
### Create Meeting
95
95
96
96
After creating an app, you can create a new meeting.
97
-
Refer to the [API reference](/api/resources/realtimekit) for endpoint details.
97
+
Refer to the [API reference](/api/resources/realtime/realtimekit/) for endpoint details.
You can create new presets using the [API reference](/api/resources/realtimekit) or via the [RealtimeKit dashboard](https://dash.cloudflare.com/?to=/:account/realtime/realtimekit/kit).
130
+
You can create new presets using the [API reference](/api/resources/realtime/realtimekit/) or via the [RealtimeKit dashboard](https://dash.cloudflare.com/?to=/:account/realtime/realtimekit/kit).
-`custom_participant_id`: A unique identifier for the participant within this meeting. If you call the Add Participant API again with the same `custom_participant_id` for the same meeting, RealtimeKit will not create a duplicate participant but will instead return the existing participant's token. This can be any unique string, such as a UUID. **Do not use email addresses or personally identifiable information (PII)** here to proactively avoid sharing sensitive details. This UUID will be available in SDK for you to use later on.
160
160
161
161
The response will include an auth token, which is required for the participant to join the meeting.
162
-
See the [API reference](/api/resources/realtimekit) for more details on participant management.
162
+
See the [API reference](/api/resources/realtime/realtimekit/) for more details on participant management.
163
163
164
164
### Try the RealtimeKit Sample UI with Participant Auth Token
0 commit comments