You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*.
103
103
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 voicemail with *voicemail id*.
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.
105
105
4. The *transferor* calls the `transfer` API.
106
-
6. The *transferee* receives the transfer request.
106
+
5. The *transferee* receives the transfer request.
107
107
108
108
To transfer a current call, you can use the `transfer` API.
109
109
110
110
```js
111
-
// transfer to the target call specifying the call id
0 commit comments