Skip to content

Commit bf336e6

Browse files
#2536852: PR Feedback
1 parent 75e658d commit bf336e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ transfer.on('stateChanged', () => {
9999

100100
### Transfer to voicemail:
101101

102-
1. There's already a connected call between the *transferor* and the *transferee*.
102+
1. There is a connected call between the *transferor* and the *transferee*.
103103
2. The Teams User Identifier of the *target participant voicemail* is known.
104-
3. The *transferor* decides to transfer the call with the *transferee* to the *target participant voicemail* with their Teams User Identifier.
104+
3. The *transferor* decides to transfer the call with the *transferee* to the *target participant's voicemail* using the target participant's Teams User Identifier.
105105
4. The *transferor* calls the `transfer` API.
106-
6. The *transferee* receives the transfer request.
106+
5. The *transferee* receives the transfer request.
107107

108108
To transfer a current call, you can use the `transfer` API.
109109

110110
```js
111-
// transfer to the target participant voicemail specified by their Teams User Id
111+
// transfer to the target participant voicemail specified by their Teams User Identifier
112112
const id: MicrosoftTeamsUserIdentifier = { microsoftTeamsUserId: userId}
113113
```
114114

0 commit comments

Comments
 (0)