Skip to content

Commit 63f5bd0

Browse files
committed
docs: update description
1 parent f5ee013 commit 63f5bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Here is an excerpt of the available call state hooks:
6969
| `useCallCreatedAt` | The time the call was created. |
7070
| `useCallCreatedBy` | The user that created the call. |
7171
| `useCallCustomData` | The custom data attached to the call. |
72-
| `useCallSessionDuration` | The call duration since the start of the call in seconds. |
73-
| `useCallLiveDuration` | The call duration since the start of the call in seconds. |
72+
| `useCallSessionDuration` | The duration since the start of the call session in seconds. |
73+
| `useCallLiveDuration` | The duration since the start of the call livestream in seconds. |
7474
| `useCallEgress` | The egress information of the call. |
7575
| `useCallEndedBy` | The user that ended the call. |
7676
| `useCallIngress` | The ingress information of the call. |

0 commit comments

Comments
 (0)