Giter Site home page Giter Site logo

Comments (4)

SamuelWei avatar SamuelWei commented on May 20, 2024

You could pull the api and check the attendees lists. See https://docs.bigbluebutton.org/dev/api.html#getmeetinginfo
The duration of an attendee could be calulated by pulling the attendees list every x Minutes. Next create a model for meeting_attendees and with start and end datetime. If a new user is detected set start to now, and once a user is not in the list anymore, set end date.

You could also try to implement something like that with https://docs.bigbluebutton.org/dev/webhooks.html I once tried it and did't have a lot of success, but you can try. As far as I know this api isn't supporting hooks, right @joisarjignesh ?

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 20, 2024

@SamuelWei only Hooks create and destroy wrap into laravel based not fully testing just added here.

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 20, 2024

@cod3r0k as you said by @SamuelWei follow the instruction.

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 20, 2024

You could pull the api and check the attendees lists. See https://docs.bigbluebutton.org/dev/api.html#getmeetinginfo
The duration of an attendee could be calulated by pulling the attendees list every x Minutes. Next create a model for meeting_attendees and with start and end datetime. If a new user is detected set start to now, and once a user is not in the list anymore, set end date.

You could also try to implement something like that with https://docs.bigbluebutton.org/dev/webhooks.html I once tried it and did't have a lot of success, but you can try. As far as I know this api isn't supporting hooks, right @joisarjignesh ?

Thank you @SamuelWei , you mean that we must use Scheduling (https://laravel.com/docs/7.x/scheduling) in Laravel for that?

@SamuelWei only Hooks create and destroy wrap into laravel based not fully testing just added here.
Thanks @joisarjignesh but I didn't get what you say.

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.