File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-native-sdk/docusaurus/docs/reactnative/03-core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ Here is an excerpt of the available call state hooks:
69
69
| ` useCallCreatedAt ` | The time the call was created. |
70
70
| ` useCallCreatedBy ` | The user that created the call. |
71
71
| ` 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. |
74
74
| ` useCallEgress ` | The egress information of the call. |
75
75
| ` useCallEndedBy ` | The user that ended the call. |
76
76
| ` useCallIngress ` | The ingress information of the call. |
You can’t perform that action at this time.
0 commit comments