inMeetingServiceListener and onMeetingStatus event not fired

Hello @ here

Description
Using web sdk, version 1.8.0, on non-spa context, i have some difficulties to receive some onMeetingStatus events through inMeetingServiceListener

Error
When i initiate a connection, i get the status: 1 ( connecting ) as expected, but i don’t receive any other event, such as 2 (connected) or 3 (disconnected), although i connect well and receive data.
In console, i see the startRenderVideo and stopRenderVideo log, whose, i believe, correspond to status 2 and 3.

I try to add this code inside (and outside) success callback of the init

ZoomMtg.inMeetingServiceListener('onMeetingStatus', function (data) {
 console.log('AAA', data);
});

Which version?
v1.8.0

Browser:
Desktop : firefox, chrome

Additional context
To add a bit of purpose, my objective is to catch status: 2, to force deactivation of fullscreen.

I will appreciate some help :slightly_smiling_face:

Oh, i see a 1.8.1 as been released, i will give a try

Hey @cedric.s,

Thanks for reaching out about this!

Can you let me know if you have any issues after upgrading? I’ll be happy to take a closer look if that’s the case.

Thanks,
Will

Sorry for the delay, but yeah, it was solved after 1.8.1

1 Like

Happy to hear it is working with 1.8.1 :slight_smile:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.