eyeson-team / eyeson-php

eyeson video conferencing API package for PHP
MIT License
7 stars 12 forks source link

webhook updates #31

Closed ragheeddamaj closed 4 years ago

ragheeddamaj commented 4 years ago

Although i registered a webhook, but i am not receiving any updates

example: ...... $eyeson->addWebhook('http://***receiveWebhook.php', ['user_update', 'document_update', 'recording_update','broadcast_update', 'room_update', 'team_update', 'presentation_update']);

and I verified that the webhook is registered at eyeson

thank you

unused commented 4 years ago

see https://github.com/eyeson-team/api/issues/50 thanks!

ragheeddamaj commented 4 years ago

Main question (1):

Please check the following details about what I did, please let me know if I did any mistakes because it's urgent

The below screenshot to verify that the webhook is successfully registered.

image

I am logging the response to a file to see it response format, using the following code:

file_put_contents('webhookTest.txt', "requestedNEW " . $_POST . "\n", FILE_APPEND | LOCK_EX);

But no event triggered the file yet. even though, I did many meetings.

Question 2: Also, a second question, after the webhook is successfully working. Does eyeson let me know when the participant enters the meeting and the duration, even if he enter and left many times?

Question 3: If webhook is stuck and still not working, do you have any API I can request to get when the participant enters the meeting with the duration, even if the user enters many times to the meeting?

Please i need your help ASAP.

ragheeddamaj commented 4 years ago

Dear,

Does eyeson let me know when the participant enters the meeting and the duration, even if he enter and left many times?

Thank you

unused commented 4 years ago

We don't track the API users participants but you can easily build your own custom user interface and do so. Best wishes!