Skip to content

Commit 0fca2a4

Browse files
committed
Update transfer-calls-web.md
1 parent b437f24 commit 0fca2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ transfer.on('stateChanged', () => {
148148
```
149149

150150
### Initial Caller and Transferor information
151-
When forwarding or transferring a call, `transferInfo` is populated with information about the prior call state, the `callerInfo` (about the initial caller) and the `transferorInfo` (about the entity transferring or forwarding the call). For example, if an ACS user places a call to a Teams call queue which then distributes the call to a M365 user, the `callerInfo` would specify the ACS user and the `transferorInfo` would specify the Teams call queue. Callers and transferors have the ability to update their displayName, and if this occurs the callerInfoChanged or transferorInfoChanged events will fire. For more information on change events see [Event: callerInfoChanged](../../events?pivots=platform-web#event-callerinfochanged) and [Event: transferorInfoChanged](../../events?pivots=platform-web#event-transferorinfochanged). This applies to all calls and for any identity (BYOI or M365).
151+
When forwarding or transferring a call, `transferInfo` is populated with information about the prior call state, the `callerInfo` (about the initial caller) and the `transferorInfo` (about the entity transferring or forwarding the call). For example, if an ACS user places a call to a Teams call queue which then distributes the call to a M365 user, the `callerInfo` would specify the ACS user and the `transferorInfo` would specify the Teams call queue. Callers and transferors have the ability to update their displayName, and if this occurs the callerInfoChanged or transferorInfoChanged events will fire. For more information on change events see [Event: callerInfoChanged](../events?pivots=platform-web#event-callerinfochanged) and [Event: transferorInfoChanged](../events?pivots=platform-web#event-transferorinfochanged). This applies to all calls and for any identity (BYOI or M365).
152152
```js
153153
const incomingCallHandler = async (args: { incomingCall: IncomingCall }) => {
154154
const incomingCall = args.incomingCall;

0 commit comments

Comments
 (0)