@@ -66,7 +66,6 @@ Here is an excerpt of the available call state hooks:
66
66
| ` useCall ` | The ` Call ` instance that is registered with ` StreamCall ` . You need the ` Call ` instance to initiate API calls. |
67
67
| ` useCallBlockedUserIds ` | The list of blocked user IDs. |
68
68
| ` useCallCallingState ` | Provides information about the call state. For example, ` RINGING ` , ` JOINED ` or ` RECONNECTING ` . |
69
- | ` useCallClosedCaptions ` | The closed captions of the call. |
70
69
| ` useCallCreatedAt ` | The time the call was created. |
71
70
| ` useCallCreatedBy ` | The user that created the call. |
72
71
| ` useCallCustomData ` | The custom data attached to the call. |
@@ -85,16 +84,15 @@ Here is an excerpt of the available call state hooks:
85
84
| ` useDominantSpeaker ` | The participant that is the current dominant speaker of the call. |
86
85
| ` useHasOngoingScreenShare ` | It will return ` true ` if at least one participant is sharing their screen. |
87
86
| ` useHasPermissions ` | Returns ` true ` if the local participant has all the given permissions. |
88
- | ` useIncomingVideoSettings ` | The state of manual overrides to incoming video quality. |
89
- | ` useIsCallCaptioningInProgress ` | It's ` true ` if the call is being close-captioned. |
90
87
| ` useIsCallHLSBroadcastingInProgress ` | It's ` true ` if the call is being broadcasted in HLS mode. |
91
88
| ` useIsCallLive ` | It's ` true ` if the call is currently live. |
92
- | ` useIsCallRecordingInProgress ` | It's ` true ` if the call is being recorded. |
89
+ | ` useIsCallRecordingInProgress ` | It's' ` true ` if the call is being recorded. |
93
90
| ` useIsCallTranscribingInProgress ` | It's ` true ` if the call is being transcribed. |
94
91
| ` useMicrophoneState ` | The microphone state of the local participant. |
95
92
| ` useOwnCapabilities ` | The capabilities of the local participant. |
96
93
| ` useScreenShareState ` | The screen share state of the local participant. |
97
94
| ` useSpeakerState ` | The speaker state of the local participant. |
95
+ | ` useIncomingVideoSettings ` | The state of manual overrides to incoming video quality. |
98
96
99
97
In your IDE of choice, you can see the full list if you de-structure the ` useCallStateHooks ` object:
100
98
0 commit comments