Skip to content

Commit

Permalink
docs: add useIncomingVideoSettings to list of call state hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Oct 1, 2024
1 parent 3689b63 commit 5edc321
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Here is an excerpt of the available call state hooks:
| `useOwnCapabilities` | The capabilities of the local participant. |
| `useScreenShareState` | The screen share state of the local participant. |
| `useSpeakerState` | The speaker state of the local participant. |
| `useIncomingVideoSettings` | The state of manual overrides to incoming video quality. |

In your IDE of choice, you can see the full list if you de-structure the `useCallStateHooks` object:

Expand Down

0 comments on commit 5edc321

Please sign in to comment.