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.
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.