Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
azamatx opened this issue Mar 11, 2019 · 1 comment
Open

Comments

@azamatx
Copy link

azamatx commented Mar 11, 2019

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.

@Brullworfel
Copy link
Contributor

I fixed it #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants