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
When connecting to audio or video, BBB sends a request to the server to retrieve the STUN and TURN configuration, as shown in the image below:.
We need to implement a new getter method to access this information.
This will allow plugins to call getStunTurn and retrieve the STUN and TURN configuration, potentially using it to establish direct WebRTC connections between users.
The text was updated successfully, but these errors were encountered:
Here's a clearer version:
When connecting to audio or video, BBB sends a request to the server to retrieve the STUN and TURN configuration, as shown in the image below:.
We need to implement a new getter method to access this information.
This will allow plugins to call getStunTurn and retrieve the STUN and TURN configuration, potentially using it to establish direct WebRTC connections between users.
The text was updated successfully, but these errors were encountered: