Skip to content

Commit

Permalink
Merge pull request #2387 from 100mslive/main
Browse files Browse the repository at this point in the history
backmerge: main to qa
  • Loading branch information
KaustubhKumar05 authored Sep 13, 2024
2 parents 9c74807 + f74fc70 commit 9b54ef0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api-reference/javascript/v2/classes/EventBus.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ nav: '3.2'

---

### localVideoUnmutedNatively

`Readonly` **localVideoUnmutedNatively**: `HMSInternalEvent`<`unknown`\>

---

### policyChange

`Readonly` **policyChange**: `HMSInternalEvent`<`PolicyParams`\>
Expand Down
19 changes: 19 additions & 0 deletions docs/api-reference/javascript/v2/interfaces/HMSActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,25 @@ If you want to stop transcriptions(Closed Caption).

---

### submitSessionFeedback

**submitSessionFeedback**(`feedback`, `eventEndpoint?`): `Promise`<`void`\>

After leave send feedback to backend for call quality purpose.

#### Parameters

| Name | Type |
| :--------------- | :------------------- |
| `feedback` | `HMSSessionFeedback` |
| `eventEndpoint?` | `string` |

#### Returns

`Promise`<`void`\>

---

### switchCamera

**switchCamera**(): `Promise`<`void`\>
Expand Down

0 comments on commit 9b54ef0

Please sign in to comment.