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
Copy file name to clipboardExpand all lines: android_versioned_docs/version-0.1.x/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom'@theme/Tabs';
8
8
importTabItemfrom'@theme/TabItem';
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
Copy file name to clipboardExpand all lines: android_versioned_docs/version-0.12.x/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom"@theme/Tabs";
8
8
importTabItemfrom"@theme/TabItem";
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
Copy file name to clipboardExpand all lines: android_versioned_docs/version-0.14.x/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom"@theme/Tabs";
8
8
importTabItemfrom"@theme/TabItem";
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
Copy file name to clipboardExpand all lines: android_versioned_docs/version-0.2.x/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom"@theme/Tabs";
8
8
importTabItemfrom"@theme/TabItem";
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
Copy file name to clipboardExpand all lines: android_versioned_docs/version-0.6.x/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom"@theme/Tabs";
8
8
importTabItemfrom"@theme/TabItem";
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
Copy file name to clipboardExpand all lines: android_versioned_docs/version-0.7.x/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom"@theme/Tabs";
8
8
importTabItemfrom"@theme/TabItem";
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
Copy file name to clipboardExpand all lines: docs/android/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom"@theme/Tabs";
8
8
importTabItemfrom"@theme/TabItem";
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
Copy file name to clipboardExpand all lines: docs/flutter/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom"@theme/Tabs";
8
8
importTabItemfrom"@theme/TabItem";
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's `DyteMeeting` widget.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's `DyteMeeting` widget.
An active session (ongoing meeting) can be controlled programatically using [Active Session APIs](/api/v2/#/operations/GetActiveSession). For now, you can do following things in an Active Session.
2
+
An active session (ongoing meeting) can be controlled programatically using [Active Session APIs](/api/v2#operations/GetActiveSession). For now, you can do following things in an Active Session.
3
3
* Fetch active session details.
4
4
* Kick one or more participants.
5
5
* Kick all participants.
@@ -8,25 +8,25 @@ An active session (ongoing meeting) can be controlled programatically using [Act
8
8
* Create a poll.
9
9
10
10
## Get Active Session details
11
-
You can get an active session of a meeting using `meetingId`. Refer to [`GET` active session endpoint](/api/v2/#/operations/GetActiveSession) under [v2 API Reference](/api/v2/#/).
11
+
You can get an active session of a meeting using `meetingId`. Refer to [`GET` active session endpoint](/api/v2#operations/GetActiveSession) under [v2 API Reference](/api/v2#).
12
12
13
13
## Kick one or more participants
14
14
You can kick one or multiple participants from an active session using `participant_ids` or `custom_participant_ids`.
15
15
16
16
> `custom_participant_id` is called `clientSpecificId` in v1 and it's the same id that you pass in body of [Add Participant Endpoint](/api/#/operations/addParticipant)
17
17
18
-
Refer to [Kick Participant endpoint](/api/v2/#/operations/KickPartcipants) to see complete details.
18
+
Refer to [Kick Participant endpoint](/api/v2#operations/KickPartcipants) to see complete details.
19
19
20
20
## Kick all participants
21
-
All participants can be kicked out from an active session using [Kick all endpoint](/api/v2/#/operations/KickAllParticipants)
21
+
All participants can be kicked out from an active session using [Kick all endpoint](/api/v2#operations/KickAllParticipants)
22
22
23
23
## Mute one or more participants
24
-
Similar to kicking participants, one or multiple participants can be muted in an active session using `participant_ids` or `custom_participant_ids`. Refer to [Mute participants endpoint](/api/v2/#/operations/MuteParticipants) to see request body and response.
24
+
Similar to kicking participants, one or multiple participants can be muted in an active session using `participant_ids` or `custom_participant_ids`. Refer to [Mute participants endpoint](/api/v2#operations/MuteParticipants) to see request body and response.
25
25
26
26
## Mute all participants
27
-
All participants can be muted in an active session using [Mute all endpoint](/api/v2/#/operations/MuteAllParticipants). You can also specify if participants can unmute themselves or not using `allow_unmute` option in request body. Refer to [Mute all endpoint](/api/v2/#/operations/MuteAllParticipants) to see complete details.
27
+
All participants can be muted in an active session using [Mute all endpoint](/api/v2#operations/MuteAllParticipants). You can also specify if participants can unmute themselves or not using `allow_unmute` option in request body. Refer to [Mute all endpoint](/api/v2#operations/MuteAllParticipants) to see complete details.
28
28
29
29
## Create a poll
30
-
You can also create a poll in an active session programatically. Poll will always be created under your organization's name. You can specify different options while creating poll like `hide_votes`, `anonymous` etc. Refer to [Create Poll endpoint](/api/v2/#/operations/CreatePoll) to see complete details.
30
+
You can also create a poll in an active session programatically. Poll will always be created under your organization's name. You can specify different options while creating poll like `hide_votes`, `anonymous` etc. Refer to [Create Poll endpoint](/api/v2#operations/CreatePoll) to see complete details.
31
31
32
32
You can see list of all endpoints for active session in `activesession` section under [v2 API Reference](/api/v2).
Copy file name to clipboardExpand all lines: docs/ios/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 2
7
7
importTabsfrom'@theme/Tabs';
8
8
importTabItemfrom'@theme/TabItem';
9
9
10
-
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api/)), and pass them to Dyte's client SDK.
10
+
Get the `roomName` for the meeting and the participant's `authToken` from our backend APIs (read more about our server APIs [here](/api)), and pass them to Dyte's client SDK.
0 commit comments