BigBlueButton issues

Home Forums Legacy Support Support queries Update Issues BigBlueButton issues

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #255978
    viaged_311
    Participant
    Hi I am having issues with the BigBlueButton plugin due to when I install it, I can't see the  BigBlueButton option in the Settings  of my WP Admin dashboard. https://prnt.sc/s9fgv5 https://prnt.sc/s9fhnw And in the other hand, I want to know how can I use BigBlueButton in an online server avoiding to use the resources of my own server. Thank you for your help.
    #255979
    viaged_311
    Participant
    This reply has been marked as private.
    #256063
    Anshuman Sahu
    Keymaster
    Please follow this tutorial to integrate bbb : https://wplms.io/support/knowledge-base/wplms-bbb-addon/ Also for bbb yes you would need external hosting . https://docs.bigbluebutton.org/support/faq.html  
    #256298
    viaged_311
    Participant
    I have done this steps but the problem is that I can't be able to see for example my meeting recordings, that according to one of your support answers, are located in Wp Admin > Settings > BigBlueButton, location that I can't be able to find after I've followed your instructions above. Do I need to configure anything else to see that? Thanks in advance for your help.
    #256559
    Anshuman Sahu
    Keymaster
    Well the recording shows on wp-admin -> Rooms -> All rooms -> view any room and there on the front end it will show meeting recordings : http://prntscr.com/saplmx
    #256638
    viaged_311
    Participant
    Thnak you, I have founded it now. But I have a problem, if an instructor creates a meeting and enable the recording, once the meeting finishes and try to see the record, gets this error: This user does not have permission to display any rooms in a shortcode or widget. Even the administrator of the site can't see the recording of this meeting in mention. How can I let the instructors to publish their own meetings and let the students to see them? Thank you again.
    #256901
    Anshuman Sahu
    Keymaster
      Please add this custom code in your wplms-customizer.php file in wplms customizer plugin :   add_action('init',function(){   $role_object = get_role( 'instructor' );   // add $cap capability to this role object   $role_object->add_cap( 'edit_bbb_rooms' );     $role_object1 = get_role( 'administrator' );   // add $cap capability to this role object   $role_object1->add_cap( 'edit_bbb_rooms' ); });
    #257607
    viaged_311
    Participant
    Sorry for the delay. It works perfectly. Thank you very much.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘BigBlueButton issues’ is closed to new replies.