Giter VIP home page Giter VIP logo

Comments (11)

joisarjignesh avatar joisarjignesh commented on May 21, 2024

@cod3r0k if possible i will add this feature(multiple server configuration)

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 21, 2024

@cod3r0k pl share more details about what you want with example so can i easily understand........

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 21, 2024

Dear @joisarjignesh , As you know, Scalelite is a good solution for BBB scalability. But when we want to scalable the BBB servers, we must set different setting and it was very hard (Also when we want recording). Therefore, I think that if we can create a specific room in specific server, so that we can scalable our structure (because each BBB has limitation of at most 200 concurrent member).
For example, I create a meeting 01 in server 01 and create meeting 02 in server 01 and create meeting in server 02.

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 21, 2024

@cod3r0k you need to updated package and then run

php artisan vendor:publish --tag=bigbluebutton-config --force

forcefully update new config file

  • for specific server room create or join try to used like that
Bigbluebutton::server('serverName')->create()
Bigbluebutton::server('serverName')->join()

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 21, 2024

Dear @joisarjignesh , Thank you so much.

When we didn't define a server name, we switch to default server? isn't it?
I mean that if we do not use Bigbluebutton::server('*****') , it use Bigbluebutton:: ? (like before or not?)

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 21, 2024

@cod3r0k yes if you not used server method then it will switch into default server
Bigbluebutton:: //default server
Bigbluebutton::server('server1') //specific server

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 21, 2024

@joisarjignesh Thanks a lot

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 21, 2024

Dear @joisarjignesh , I have a problem when implement your update.
image
Please help me in this issue


            $stat = \Bigbluebutton::server('server1')->create($createMeeting);

```

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 21, 2024

used facades class

use JoisarJignesh\Bigbluebutton\Facades\Bigbluebutton;

not used original class
use JoisarJignesh\Bigbluebutton\Bbb;

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 21, 2024

used facades class

use JoisarJignesh\Bigbluebutton\Facades\Bigbluebutton;

not used original class
use JoisarJignesh\Bigbluebutton\Bbb;

Thanks but I use it and the error occur with your suggested facades class. I'm not sure what's goes on. Could you help me? Do I need any changes anywhere?

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 21, 2024

@cod3r0k first update this package end then check namespace which is import on the top of controller
use JoisarJignesh\Bigbluebutton\Facades\Bigbluebutton;
you need to set on the top of controller.

from bigbluebutton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.