Skip to content

Commit

Permalink
fix(ios): remove stray table syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
harshs-dyte committed Jul 3, 2024
1 parent 93f7ff6 commit 3d846ed
Showing 1 changed file with 5 additions and 5 deletions.
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 3d846ed

Please sign in to comment.