Skip to content

Commit 62f7511

Browse files
authored
Merge pull request #185674 from tomaschladek/patch-1
Update transfer-calls-web.md
2 parents 1bb71fd + c15081f commit 62f7511

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ ms.author: rifox
1010
> [!NOTE]
1111
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. To use this api please use 'beta' release of ACS Calling Web SDK
1212
13-
Call transfer is an extended feature of the core `Call` API. You first need to get the transfer feature API object:
13+
Call transfer is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
14+
15+
```js
16+
import { Features} from "@azure/communication-calling";
17+
```
18+
19+
Then you can get the transfer feature API object from the call instance:
1420

1521
```js
1622
const callTransferApi = call.feature(Features.Transfer);

0 commit comments

Comments
 (0)