How do i insert participant to my database after create meeting

Description
store participants to database

Which version?
1.7.8

Additional context
hi,
please help me to get participants details (username) to database,i am not getting how to get participants data to my database,thanks in advance.

Hey @yash.sakali,

Please post your question only once and wait for a reply.

Thanks,
Tommy

Can you help me to get it to database…I am not getting how to use webhook in websdk…I am using php to store database…

Hey @yash.sakali,

You will need to save the API response in your database.

https://www.w3schools.com/php/php_mysql_connect.asp

Thanks,
Tommy

Can you explain little more clearly so I can easily work on it…I am not getting how to fetch webhook in websdk and insert participate to database…thanks in advance

How do I use webhook in websdk create meeting…so I get meeting participate to my database…I am not getting how to use it

Hey @yash.sakali,

You can get participants in real time with the following API:

Or using the Participant Joined Webhook:

Then put the JSON data into your database.

Thanks,
Tommy

Can you explain little more how do I use weebhook joined meeting events in joined meeting I am full of confusion…please explain step by step…how do I insert meeting.participant_joined to database…is their any examples it’s good to work on it…thanks

Hey @yash.sakali,

Checkout my sample app here which will log the JSON of the Webhook you setup:

After which, you can insert the JSON into your database.

Thanks,
Tommy