Build Your
JavaScript Video Chat App
with MirrorFly
How to make a Video Calling App with MirrorFly using JavaScript?
MirrorFly aims at building you a powerful vision with its well organized tutorial using tech stacks to get you the
best video chat apps
.
Requirements - Android API Level 21
Step 1
- Create a MirrorFly Account
Step 2
- Create a New Project or Open an Existing Project - Initializing SDK - Request Params - Response Params
To initiate a call, there is a need for a callee's user JID that needs to be added into the
makeVideoCall
method.
await SDK.makeVideoCall(['USER1_JID', 'USER2_JID'...]);
Making a Video Call
Read More