I have implemented audio/video calling functionality on web end as well as on mobile end using WebRTC.
On mobile side used AppRTC sdk for android native app and ios native app by providing the AppRTC url "
https://appr.tc/" with roomID.
But here is a dependancy on AppRTC url, If any changes might be happen at AppRTC side then it will affect my implementation.
WebRTC at web end and AppRTC sdk's at mobile end doesn't support multiparty communication or conference call, Broadcasting.
That's why I have configured our own STUN,TURN and Socket.io server. But I have few questions as follows.
Questions :-
2. How can I achieve Multiparty communication, Broadcasting at web end as well as at mobile native app using own STUN,TURN and Socket.io server?
Please suggest any other way to implement multiparty communication, Broadcasting, Call recording, file sharing, screen sharing etc. on both end web as well as mobile native app.
I have attached a file has steps to configure own STUN,TURN and Socket.io servers.