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
consttransfer=callTransferApi.transfer({ target: id });
118
118
```
119
119
120
120
The `transfer` API allows you to subscribe to `stateChanged`. It also comes with a transfer `state` and `error` properties
@@ -128,7 +128,7 @@ const transferError = transfer.error; // transfer error code that describes the
128
128
```
129
129
130
130
The *transferee* can listen to a `transferAccepted` event. The listener for this event has a `TransferEventArgs` which contains the call object of the new transfer call
131
-
between the *transferee* and the voicemail *transfer target*.
131
+
between the *transferee* and the *target participant voicemail*.
132
132
133
133
```js
134
134
// Transferee can subscribe to the transferAccepted event
The *transferor* can subscribe to events for change of the state of the transfer. If the call to the *transferee* was successfully connected with voicemail *transfer target*, *transferor* can hang up the original call with *transferee*.
140
+
The *transferor* can subscribe to events for change of the state of the transfer. If the call to the *transferee* was successfully connected with *target participant voicemail*, *transferor* can hang up the original call with *transferee*.
0 commit comments