littleredbutton / bigbluebutton-api-php

Unofficial (but better) PHP API for @BigBlueButton
GNU Lesser General Public License v3.0
25 stars 12 forks source link

set as protected instead of private so i can used in my package for overwrite object #111

Closed joisarjignesh closed 2 years ago

joisarjignesh commented 2 years ago

set as protected instead of private so i can used in my package for overwrite object

joisarjignesh commented 2 years ago

@SamuelWei and @sualko please approve my request so I can integrate into my pacakge.

SamuelWei commented 2 years ago

Hi @joisarjignesh,

you can just use the constructor to set $transport to a custom implementation. Isn't that solving your issue?

Greetings, Samuel

joisarjignesh commented 2 years ago

@SamuelWei and @sualko thanks for merging this pull request