bigbluebutton / bigbluebutton-api-php

Offical @BigBlueButton PHP API
https://github.com/bigbluebutton/bigbluebutton/
GNU Lesser General Public License v3.0
183 stars 199 forks source link

Improve UrlBuilder (SOLID - Seperation of Concern) #218

Closed DigitalTimK closed 8 months ago

DigitalTimK commented 9 months ago

Background

The current main class BigBlueButton::class is currently pretty messy. It should only provide the main-functions for the handling with a BBB-Server. (SOLID - Seperation of Concern)

Proposal

This PR