Skip to content

Commit 740f195

Browse files
committed
revert doc updates
1 parent 579950a commit 740f195

File tree

7 files changed

+3
-426
lines changed

7 files changed

+3
-426
lines changed

packages/client/docusaurus/docs/javascript/02-guides/03-call-and-participant-state.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Here is an excerpt of the call state properties:
5151
| `blockedUserIds$` | `blockedUserIds` | The list of blocked user IDs. |
5252
| `callingState$` | `callingState` | Provides information about the call state. For example, `RINGING`, `JOINED` or `RECONNECTING`. |
5353
| `callStatsReport$` | `callStatsReport` | When stats gathering is enabled, this observable will emit a new value at a regular (configurable) interval. |
54-
| `captioning$` | `captioning` | Provides information whether closed-captions are running for this call or not. |
55-
| `closedCaptions$` | `closedCaptions` | The closed captions state of the call. |
5654
| `createdAt$` | `createdAt` | The time the call was created. |
5755
| `createdBy$` | `createdBy` | The user who created the call. |
5856
| `custom$` | `custom` | Custom data attached to the call. |

packages/client/docusaurus/docs/javascript/02-guides/16-closed-captions.mdx

Lines changed: 0 additions & 111 deletions
This file was deleted.

packages/react-native-sdk/docusaurus/docs/reactnative/03-core/03-call-and-participant-state.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Here is an excerpt of the available call state hooks:
6666
| `useCall` | The `Call` instance that is registered with `StreamCall`. You need the `Call` instance to initiate API calls. |
6767
| `useCallBlockedUserIds` | The list of blocked user IDs. |
6868
| `useCallCallingState` | Provides information about the call state. For example, `RINGING`, `JOINED` or `RECONNECTING`. |
69-
| `useCallClosedCaptions` | The closed captions of the call. |
7069
| `useCallCreatedAt` | The time the call was created. |
7170
| `useCallCreatedBy` | The user that created the call. |
7271
| `useCallCustomData` | The custom data attached to the call. |
@@ -85,16 +84,15 @@ Here is an excerpt of the available call state hooks:
8584
| `useDominantSpeaker` | The participant that is the current dominant speaker of the call. |
8685
| `useHasOngoingScreenShare` | It will return `true` if at least one participant is sharing their screen. |
8786
| `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. |
9087
| `useIsCallHLSBroadcastingInProgress` | It's `true` if the call is being broadcasted in HLS mode. |
9188
| `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. |
9390
| `useIsCallTranscribingInProgress` | It's `true` if the call is being transcribed. |
9491
| `useMicrophoneState` | The microphone state of the local participant. |
9592
| `useOwnCapabilities` | The capabilities of the local participant. |
9693
| `useScreenShareState` | The screen share state of the local participant. |
9794
| `useSpeakerState` | The speaker state of the local participant. |
95+
| `useIncomingVideoSettings` | The state of manual overrides to incoming video quality. |
9896

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

packages/react-native-sdk/docusaurus/docs/reactnative/05-ui-cookbook/21-closed-captions.mdx

Lines changed: 0 additions & 156 deletions
This file was deleted.

packages/react-sdk/docusaurus/docs/React/02-guides/03-call-and-participant-state.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Here is an excerpt of the available call state hooks:
6767
| `useCall` | The `Call` instance that is registered with `StreamCall`. You need the `Call` instance to initiate API calls. |
6868
| `useCallBlockedUserIds` | The list of blocked user IDs. |
6969
| `useCallCallingState` | Provides information about the call state. For example, `RINGING`, `JOINED` or `RECONNECTING`. |
70-
| `useCallClosedCaptions` | The closed captions of the call. |
7170
| `useCallCreatedAt` | The time the call was created. |
7271
| `useCallCreatedBy` | The user that created the call. |
7372
| `useCallCustomData` | The custom data attached to the call. |
@@ -86,11 +85,9 @@ Here is an excerpt of the available call state hooks:
8685
| `useDominantSpeaker` | The participant that is the current dominant speaker of the call. |
8786
| `useHasOngoingScreenShare` | It will return `true` if at least one participant is sharing their screen. |
8887
| `useHasPermissions` | Returns `true` if the local participant has all the given permissions. |
89-
| `useIncomingVideoSettings` | The state of manual overrides to incoming video quality. |
90-
| `useIsCallCaptioningInProgress` | It's `true` if the call is being close-captioned. |
9188
| `useIsCallHLSBroadcastingInProgress` | It's `true` if the call is being broadcasted in HLS mode. |
9289
| `useIsCallLive` | It's `true` if the call is currently live. |
93-
| `useIsCallRecordingInProgress` | It's `true` if the call is being recorded. |
90+
| `useIsCallRecordingInProgress` | It's' `true` if the call is being recorded. |
9491
| `useIsCallTranscribingInProgress` | It's `true` if the call is being transcribed. |
9592
| `useMicrophoneState` | The microphone state of the local participant. |
9693
| `useOwnCapabilities` | The capabilities of the local participant. |

0 commit comments

Comments
 (0)