End Meeting callback

i would like to know if we have a callback after end meeting is clicked…
(Need a action when user clicks end meeting or leave meeting)

Any example would be helpfull of Web Sdk

Hey @work.amey27,

Once the End Meeting button is clicked, you will be taken to the specified leaveUrl. This is essentially a callback. If you need to persist data to the leaveUrl, pass it in via a query or path param.

Or you can use our Meeting Ended Webhook.

Thanks,
Tommy

ok thanks…solved my issue by leaveUrl option.

1 Like

Great! :slight_smile:

Thanks,
Tommy

the user is taken to leaveUrl no matter if user left the meeting or ended the meeting. How to know meeting was left but not ended ?

Hey @tools,

You can use inMeetingServiceListener() in the upcoming 1.8.0 release.

Or you can use our Webhooks.

Thanks,
Tommy