I went through Android Example of PubNub of video calling and chatting. Here is a link I followed. https://github.com/pubnub/android-webrtc-api
But I did not find a way to do a video and audio group call.
I went through Android Example of PubNub of video calling and chatting. Here is a link I followed. https://github.com/pubnub/android-webrtc-api
But I did not find a way to do a video and audio group call.
WebRtc might not be what you want. Try Androidrtc if you haven't already. This example has helped me tremendously.