Skip to content

Commit

Permalink
Merge pull request #374 from harshs-dyte/main
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavshn authored Jul 3, 2024
2 parents 85244ae + 3d846ed commit 35e8672
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/android/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Configure the following properties in the `DyteMeetingInfoV2` class. You must pa
obtained from the [Add Participant](/api/?v=v2#/operations/add_participant) API.

| Name | Description |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------ | --- |
| `authToken` | Authentication token generated using the [Add Participant API](/api/?v=v2#/operations/add_participant) after meeting creation. | |
| `enableAudio` | Set whether to join the meeting with your Mic ON (`true`) or OFF (`false`). | |
| `enableVideo` | Set whether to join the meeting with your Camera ON (`true`) or OFF (`false`). | |
| `baseUrl` | Base URL of the Dyte environment you have created the meeting on. | |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `authToken` | Authentication token generated using the [Add Participant API](/api/?v=v2#/operations/add_participant) after meeting creation. |
| `enableAudio` | Set whether to join the meeting with your Mic ON (`true`) or OFF (`false`). |
| `enableVideo` | Set whether to join the meeting with your Camera ON (`true`) or OFF (`false`). |
| `baseUrl` | Base URL of the Dyte environment you have created the meeting on. |

<Tabs groupId="dyte-android-uikit">
<TabItem value="kotlin" label="Kotlin" default>
Expand Down
10 changes: 5 additions & 5 deletions docs/ios/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ Configure the following properties in the `DyteMeetingInfoV2` class. You must pa
obtained from the [Add Participant](/api/?v=v2#/operations/add_participant) API.

| Name | Description |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------ | --- |
| `authToken` | Authentication token generated using the [Add Participant API](/api/?v=v2#/operations/add_participant) after meeting creation. | |
| `enableAudio` | Set whether to join the meeting with your Mic ON (`true`) or OFF (`false`). | |
| `enableVideo` | Set whether to join the meeting with your Camera ON (`true`) or OFF (`false`). | |
| `baseUrl` | Base URL of the Dyte environment you have created the meeting on. | |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `authToken` | Authentication token generated using the [Add Participant API](/api/?v=v2#/operations/add_participant) after meeting creation. |
| `enableAudio` | Set whether to join the meeting with your Mic ON (`true`) or OFF (`false`). |
| `enableVideo` | Set whether to join the meeting with your Camera ON (`true`) or OFF (`false`). |
| `baseUrl` | Base URL of the Dyte environment you have created the meeting on. |

```swift
let meetingInfo = DyteMeetingInfoV2(authToken: "<authToken>",
Expand Down

0 comments on commit 35e8672

Please sign in to comment.