Skip to content

Commit

Permalink
docs(web): update api reference
Browse files Browse the repository at this point in the history
Co-authored-by: eswarclynn <[email protected]>
  • Loading branch information
s-dvd and eswarclynn authored Jul 26, 2023
1 parent 328c0e5 commit 4258b60
Show file tree
Hide file tree
Showing 61 changed files with 1,101 additions and 501 deletions.
8 changes: 4 additions & 4 deletions docs/api-reference/javascript/v2/classes/HMSReactiveStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ through the IHMSActions instance returned by this
Any action which may modify the store or may need to talk to the SDK will happen
through the IHMSActions instance returned by this

**`Deprecated`**

use getActions

#### Returns

[`HMSActions`](/api-reference/javascript/v2/interfaces/HMSActions)<`T`\>

**`Deprecated`**

use getActions

---

### getNotifications
Expand Down
24 changes: 24 additions & 0 deletions docs/api-reference/javascript/v2/enums/HMSNotificationTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,30 @@ nav: '2.5'

---

### POLL_CREATED

**POLL_CREATED** = `"POLL_CREATED"`

---

### POLL_STARTED

**POLL_STARTED** = `"POLL_STARTED"`

---

### POLL_STOPPED

**POLL_STOPPED** = `"POLL_STOPPED"`

---

### POLL_VOTES_UPDATED

**POLL_VOTES_UPDATED** = `"POLL_VOTES_UPDATED"`

---

### RECONNECTED

**RECONNECTED** = `"RECONNECTED"`
Expand Down
251 changes: 152 additions & 99 deletions docs/api-reference/javascript/v2/home/content.md

Large diffs are not rendered by default.

Loading

1 comment on commit 4258b60

@vercel
Copy link

@vercel vercel bot commented on 4258b60 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.