Azure Communication Calling Effects library for JavaScript
Get started with Azure Communication Services by using the Communication Services calling client library to add voice and video calling to your app.
Read more about Azure Communication Services here.
Prerequisites
- Setup Azure Communication Services to be able to start video calls. Follow this guide. You'll need the
LocalVideoStream
to be able to start effects.
Install the package
Use the npm install
command to install the Azure Communication Services Effects SDK for JavaScript.
npm install @azure/communication-calling-effects --save
[!NOTE]
This calling effects library cannot be used standalone and can only work when used with the Azure Communication Calling client library for WebJS (https://www.npmjs.com/package/@azure/communication-calling).
Documentation support