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
@@ -22,7 +22,7 @@ Call transfers involve three parties:
22
22
-*Transferee*: The person who is being transferred.
23
23
-*Transfer target*: The person who is being transferred to.
24
24
25
-
Transfers follow these steps:
25
+
### Transfer to participant:
26
26
27
27
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*.
The `transfer` API allows you to subscribe to `transferStateChanged` and `transferRequested` events. A `transferRequested` event comes from a `call` instance; a `transferStateChanged` event and transfer `state` and `error` come from a `transfer` instance.
0 commit comments