Webhook support #3
jibon57
announced in
Announcements
Replies: 2 comments 2 replies
-
Is there a documentation available for webhooks? List of events, data schema etc |
Beta Was this translation helpful? Give feedback.
1 reply
-
@jibon57 is there another place need to edit either? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From server version 1.0.1 webhook support added.
HTTP_AUTHORIZATION
header with hashJSON
Example in PHP:
Add webhook URL:
webhook_conf
. Make sure value ofenable
is true.enable_for_per_meeting
totrue
You can find example: https://github.com/mynaparrot/plugNmeet-sdk-php/blob/main/examples/webhook.php
Beta Was this translation helpful? Give feedback.
All reactions