diff --git a/packages/react-native-sdk/docusaurus/docs/reactnative/03-core/03-call-and-participant-state.mdx b/packages/react-native-sdk/docusaurus/docs/reactnative/03-core/03-call-and-participant-state.mdx index d2d5f80135..620ab1fe27 100644 --- a/packages/react-native-sdk/docusaurus/docs/reactnative/03-core/03-call-and-participant-state.mdx +++ b/packages/react-native-sdk/docusaurus/docs/reactnative/03-core/03-call-and-participant-state.mdx @@ -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: