Cordova Plugin for Agora voice call. Video call will be added soon.
-
Add this to the 'package.json'
- In the dependencies section:
"me.mazlum.agoracall": "https://github.com/mozhn/cordova-plugin-agoracall"
- In the cordova plugins section:
"me.mazlum.agoracall": {}
cordova.plugins.AgoraCall.init(appId, eventCallback);
cordova.plugins.AgoraCall.join(accessToken, channelName, uid);
cordova.plugins.AgoraCall.leave();
cordova.plugins.AgoraCall.switchSpeaker(status);
cordova.plugins.AgoraCall.switchAudio(status);