Opening bbb activity in same tab in moodle

124 views
Skip to first unread message

KRISHNA MOHAN PRASAD

unread,
Jul 12, 2018, 3:34:26 PM7/12/18
to BigBlueButton-dev
Hi everyone,
   I am using moodle version 3.4 and latest bbb plugin for moodle. I want to open the bbb activity in the same tab, but whenever i open any bbb activity it opens in a new tab. I triend to find in the plugin code but i was unable to understand. How to achieve this? Anyone please provide a solution.

Fred Dixon

unread,
Jul 13, 2018, 5:02:13 AM7/13/18
to BigBlueButton-dev
Hi Krishna,

The operation for joining a session is to return a join URL to the user, see


We did a search through the source for the BigBlueButtonBN integration at


for the word 'join' and located this part of the code


Are you a developer?  Are you able to program in PHP?   Let us know if the above is enough to get you going.


Regards,... Fred


On Thu, Jul 12, 2018 at 3:34 PM KRISHNA MOHAN PRASAD <kmp...@gmail.com> wrote:
Hi everyone,
   I am using moodle version 3.4 and latest bbb plugin for moodle. I want to open the bbb activity in the same tab, but whenever i open any bbb activity it opens in a new tab. I triend to find in the plugin code but i was unable to understand. How to achieve this? Anyone please provide a solution.

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.


--
BigBlueButton Developer
@bigbluebutton

KRISHNA MOHAN PRASAD

unread,
Jul 14, 2018, 6:58:09 AM7/14/18
to BigBlueButton-dev
Hi Fred Sir,

I am a intermediate level php developer. I had requirement to use bigbluebutton in moodle mobile app. So i used in-app-browser plugin to open html5 client of bigbluebutton. Now the problem was if we go from moodle mobile app to in-app-browser moodle takes to login page, so i made an api which directly takes to join session inside moodle and put join session button auto click on page load so now when anyone clicks on bigbluebutton activity inside moodle mobile app it directly goes to bigbluebutton but now when he logs out of bigbluebutton session that window is closed automatically but one window is still open in browser so i closed that window using javascript (it became possible because i opened that window using window.open). so i achieved the goal but this is not a good solution. If there is a way to open bigbluebutton session in the same tab as in moodle it would be nice. I looked in the code you gave me sir but i was unable to stop it opening in new tab. If any solution please help.

Thanks and regard 

Krishna

Chad Pilkey

unread,
Jul 16, 2018, 11:02:56 AM7/16/18
to BigBlueButton-dev
That page looks to just be javascript so the documentation you're looking for is this, https://www.w3schools.com/jsref/met_win_open.asp.
Reply all
Reply to author
Forward
0 new messages