You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The video call is handled only by the initial user and the participating user. We want to have a similar group conversation in the new update. We are currently using webrtc module. We have videocall running only local connection and using google STUN servers. After enabling more than two users to connect to the local server, we want to add an alternative such as a TURN server for remote device connection.
Below is an example of firestore data from videocall :
The text was updated successfully, but these errors were encountered:
The video call is handled only by the initial user and the participating user. We want to have a similar group conversation in the new update. We are currently using webrtc module. We have videocall running only local connection and using google STUN servers. After enabling more than two users to connect to the local server, we want to add an alternative such as a TURN server for remote device connection.
Below is an example of firestore data from videocall :

The text was updated successfully, but these errors were encountered: