Skip to content

Commit 1fdc1d5

Browse files
committed
Updated doc for transfer auto accept
1 parent 6ff52f7 commit 1fdc1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/calling-sdk/includes/transfer-calls/transfer-calls-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Call transfers involve three parties:
3030

3131
1. There's already a connected call between the *transferor* and the *transferee*. The *transferor* decides to transfer the call from the *transferee* to the *transfer target*.
3232
1. The *transferor* calls the `transfer` API.
33-
1. The *transfer target* receives an incoming call only if the *transferee* accepts the transfer request.
33+
1. The *transfer target* receives an incoming call.
3434

3535
To transfer a current call, you can use the `transfer` API. `transfer` takes the optional `transferCallOptions`, which allows you to set a `disableForwardingAndUnanswered` flag:
3636

@@ -53,7 +53,7 @@ const transfer = callTransferApi.transfer({targetParticipant: id});
5353
2. There's already a connected call between the *transferor* and the *transfer target*.
5454
3. The *transferor* decides to transfer the call with the *transferee* to the call with *transfer target*.
5555
4. The *transferor* calls the `transfer` API.
56-
6. The *transfer target* receives an incoming call only if the *transferee* accepts the transfer request.
56+
6. The *transfer target* receives an incoming call.
5757

5858
To transfer a current call, you can use the `transfer` API.
5959

0 commit comments

Comments
 (0)