Web SDK ZoomMtg inMeetingServiceListener

Hi @nitin.goyal,

Have you had a chance to check out our Recording Started and Stopped webhooks?
https://marketplace.zoom.us/docs/api-reference/webhook-reference/recording-events/recording-started
https://marketplace.zoom.us/docs/api-reference/webhook-reference/recording-events/recording-stopped

And Is there any way, we can ask guest to acknowledge if host should start the recording.
and if guest says Yes, start the recording and if guest says No, convey the message to the host to not to start the recording.

This is not currently supported. The host will set the recording settings and participants will receive a disclaimer. However, they can’t communicate back to the host their preference. This is a good suggestion, though! Feel free to suggest this here: Feature Requests

Thanks,
Will

Hi, ZoomMtg - Documentation is not a good or explanatory documentation. Adding good descriptions to functions will help developers a lot.

Thanks for this feedback, @majdi! We’re always working on expanding and improving our developer documentation, and the suggestion to expand the descriptions of the functions is something we will look into.

Best,
Will

1 Like

Hello,

Is there any update on the method inMeetingServiceListener() to listen to other events? I have been reading a lot of documentation, but I can’t find anything like that. The only function I found is getBreakoutRoomList(), but it’s not working for me.

In my case, I’m looking for an event where I can listen to when a ‘breakout room’ is created. Is there any functionality that allows listening to this event?

Thank you very much.

https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#inMeetingServiceListener

inMeetingServiceListener will notify you when some data change. and if you want all data, you need call other api to get data.
Thanks