Make a Group Audio/Video Calling
#
Make a group voice callInitiate a call by providing the callee’s user JID & Group ID into the makeVoiceCall method. Once the call initiated successfully, a callStatusListener callback will be triggered and callee user call status will be received here.
Step 1 : When you click on the call Logs icon in Sidebar Section It shows the callLog screen and Fab icon in bottom.
Step 2 : When you click on the Fab icon and select audio call icon then it opens contact list.
Step 3 : Click on call now button after selecting the multiple contacts from contact list.
Note : Maximum of 8 participants should be allowed.
Step 4 : Call Should be initiated and notify the respective user once they connected then they will navigates to calling screen
Note : If Calls feature is unavailable for your plan then it will not display in Mirrorfly-Uikit.
#
Make a group video callInitiate a call by providing the callee’s user JID & Group ID into the makeVideoCall method. Once the call initiated successfully, a callback callStatusListener will be triggered and callee user call status will be received here.
Step 1 : When you click on the call Logs icon in Sidebar Section It shows the callLog screen and Fab icon in bottom.
Step 2 : When you click on the Fab icon and select video call icon then it opens contact list.
Step 3 : Click on call now button after selecting the multiple contacts from contact list.
Step 4 : Call Should be initiated and notify the respective user once they connected then they will navigates to calling screen
Note : If Calls feature is unavailable for your plan then it will not display in Mirrorfly-Uikit.