Skip to content

Commit b1457a7

Browse files
Add note about fetching calls on sign in
1 parent 7036129 commit b1457a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/communication-services/how-tos/calling-sdk/includes/active-call-transfer/active-call-transfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When your user signs to the `CallAgent` there is a new method that you can use t
2323
const activeCallDetails = await callAgent.getActiveCallDetails();
2424
```
2525

26-
The function `getActiveCallDetails` a way that you can manually query for this data. Once you have the active call details, you can use it to switch the client to the call that was found. This function returns `undefined` if there is no active call ongoing for your user.
26+
The function `getActiveCallDetails` a way that you can manually query for this data. Once you have the active call details, you can use it to switch the client to the call that was found. This function returns `undefined` if there is no active call ongoing for your user. You can use this to fetch any ongoing calls when you first sign into the `CallAgent` to pick up on any calls that are already ongoing.
2727

2828
### Switching Active Calls
2929

0 commit comments

Comments
 (0)