Giter VIP home page Giter VIP logo

Comments (6)

joisarjignesh avatar joisarjignesh commented on May 22, 2024

you can get all information including the list of attendees as well as start and end times

you can set userId on join for specific user identify.

\Bigbluebutton::join([
    'userId'  => 'aksara',
    'meetingID'  => 'tamku',
    'userName'  => 'disa',
    'password'  => 'attendee'
 ]);

so you can get specific attendee user information by using getMeetingInfo Method..

$meeting = Bigbluebutton::getMeetingInfo([
    'meetingID' => 'tamku',
    'moderatorPW' => 'moderator' //moderator password set here
]);

attendees": {
 "attendee": [
    {
      "userID": "xyz",
      "fullName": "Disa",
      "role": "MODERATOR",
      "isPresenter": "false",
      "isListeningOnly": "false",
      "hasJoinedVoice": "false",
      "hasVideo": "false",
      "clientType": "HTML5"
   }, 
  {
      "userID": "aksara",
      "fullName": "Jignesh",
      "role": "MODERATOR",
      "isPresenter": "true",
      "isListeningOnly": "true",
      "hasJoinedVoice": "false",
      "hasVideo": "false",
      "clientType": "HTML5"
   }
 ]
},

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 22, 2024

Hi, No I want to achieve the status of the student (e.g. he/she is changing his/her browser bigbluebutton session tab or not) to know that if student just opening the session and goes to the WWW or not.
I just want to check which student is online and just opening the bigbluebutton session tab and not goes over the WWW.

I search over the internet and found http://jsfiddle.net/meehanman/40edh944/ or https://stackoverflow.com/questions/19519535/detect-if-browser-tab-is-active-or-user-has-switched-away/19519701 .

But I don't have an idea to integrate it over BBB and this framework. Could you help me?

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 22, 2024

he/she is changing his/her browser bigbluebutton session tab or not
if you want to know then bigbluebutton add on iframe and add this two (implement) condition on your application(wesbsite)
http://jsfiddle.net/meehanman/40edh944/
and
https://stackoverflow.com/questions/19519535/detect-if-browser-tab-is-active-or-user-has-switched-away/19519701

i don't know you get a proper result or but you try...

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 22, 2024

for example, I'm student and you are host/ teacher.

I'm login into the class but minimize the browser or change the tab of the browser and go to WWW and done another task and not listen directly to the class. Therefore, if there is an option for you (teacher) which could control each student with some flag or some color or any other emoji for each online user and get the result of (http://jsfiddle.net/meehanman/40edh944/), It could be very well...

I want to track students and help teachers to manage better the class

Do you have any idea? Could help me?

from bigbluebutton.

joisarjignesh avatar joisarjignesh commented on May 22, 2024

@cod3r0k i already give you my best idea please try.
if you want more information about your track students feature ask here on github offically bigbluebutton package
https://github.com/bigbluebutton/bigbluebutton/

or ask on google groups here
https://groups.google.com/forum/#!forum/bigbluebutton-setup
https://groups.google.com/forum/#!forum/bigbluebutton-dev

from bigbluebutton.

cod3r0k avatar cod3r0k commented on May 22, 2024

he/she is changing his/her browser bigbluebutton session tab or not
if you want to know then bigbluebutton add on iframe and add this two (implement) condition on your application(wesbsite)
http://jsfiddle.net/meehanman/40edh944/
and
https://stackoverflow.com/questions/19519535/detect-if-browser-tab-is-active-or-user-has-switched-away/19519701

i don't know you get a proper result or but you try...

Thanks a lot. But as you know, I want to check all participants in moderator access.
Therefore, you mean that I do some programming for that? isn't it? for e.g. I handle each participants with it's login authentication and list them in BBB moderator session?

Also, Could you help me how to have a section for this purpose in BBB session? Also how can we have it in just moderator session and not viewer or participants view BBB session ?

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.