Coder Social home page Coder Social logo

php-bigbluebutton's Introduction

sanduhrs

Github pages

php-bigbluebutton's People

Contributors

brullworfel avatar sanduhrs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

php-bigbluebutton's Issues

Pe-upload slides

I can't run pre-upload slides. I tried this code but it doesn't work.

$meeting['slides'][] = new Document('http://test.com/files/docs/8/2/1599341207.pdf', 'test.pdf');

Need help how to add presentation data on Creat meeting

Hi,

i am fresher and implemented basic integration.
I was change slide and presentation in run time.

I have gone through the meeting class seen there is addSlides(Document $document).
Sorry i am fresher but unable getting how pass data for document.
Can any one help to provide some sample code to add document while creating the meeting.

thanks.. in Advance

Can't pass metadata: $bbb->server->addMeeting doesn't accept meta

I wanted to create an End meeting callback URL. Included 'meta_endCallbackUrl' key with value being my application callback url in $bbb->server->addMeeting, but it wasn't sent to my BBB server.

I had to hardcode the meta in the create() method of the Meeting class to make it work:

$response = $this->client->get('create', [

I just added a line in the array like this:
'meta_endCallbackUrl' => 'https://my_domain.xyz/my_callback?meeting_id='.$this->getMeetingID()
Now it's working as expected.

Would be nice if you could fix this issue.
Thanks.

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.