bigbluebutton / bigbluebutton-html-plugin-sdk

BigBlueButton Plugin SDK
GNU Lesser General Public License v3.0
7 stars 6 forks source link

Allow a plugin to access the STUN/TURN configurations #120

Open TiagoJacobs opened 3 weeks ago

TiagoJacobs commented 3 weeks ago

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

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.