Hey @dharminder,
As mentioned in the docs, the inMeetingServiceListener
will ship with version 1.8.0.
Stay updated here:
Thanks,
Tommy
Hey @dharminder,
As mentioned in the docs, the inMeetingServiceListener
will ship with version 1.8.0.
Stay updated here:
Thanks,
Tommy
Hi,
We are also waiting for this to work.
We have the following questions / remarks:
Please do not reply what you already replied (please wait until it’s released for the documentation)
Aren’t you interested in your community feedback even when a feature is under development, rather than developing something which may not cover what the community expects ?
Hey @tommy,
Thanks for your quick response !
I have few queries which i want you to clarify.
I have an application which has android version and web version as well.
In android app i have used following key & secret :
and it facilitate users to create and start meetings by filling their zoom login credentials.
And in web version i am using following key & secret for web sdk :
I have used zoom pro account to create the above SDK & JWT apps.
Now here is the scenario for which i want your clarifications :
In Android Version app, different users are getting login and they can create and start their own meetings by using their personal zoom login and password.
I want users to be able to create and start meetings from web version as well where i am using web sdk. Now because web sdk uses JWT token to generate signature so this is causing Invalid Sugnature issues for me because JWT key & secret which i am using is common for all users and to start a meeting JWT key & secret should be from same account from which meeting was created. Although i have created SDK (for Android Version) & JWT (for Web Version) apps from same pro account.
So can you please suggest any solution for this issue so that i can make the users to start the meetings by using web sdk.
Your reply would be appreciated.
Hey @nvivot,
They are for the current user only as in the user using the Web SDK will trigger those functions.
If you want to cover all the users of the meeting / webinar, use the Zoom Webhooks.
Yes, we do plan on adding more features. You can submit your Web SDK and or Webhook feature request here: #feature-requests
Thanks,
Tommy
Hey @dharminder,
Correct.
We are working to make the Web SDK function like the Client SDKs in terms of allowing authorized users to start their own meetings:
Thanks,
Tommy
Thank you,
i posted our feature request on the appropriate section: Web SDK - inMeetingServiceListener - more event to listen to
Sorry to disturb again on same topic, but we really need to understand how these events will be triggered to know if we can wait & use this feature in our application to satisfy one of our use case.
I would like to know when these events would be triggered ?
Especially the onUserIsInWaitingRoom and onUserJoin events about putOnHold() feature:
In addition: could the documentation describes how (use cases) events are triggered for next release ?
Thanks in advance for your help.
Hey @nvivot,
onUserIsInWaitingRoom
and onUserJoin
will be triggered when a user joins the waiting room or meeting.
putOnHold
will also trigger the respective event if you want to handle the joining programmatically.
Thanks,
Tommy
Happy to help!
Thanks,
Tommy
Hey @tommy,
Any update on this ?
I guess v1.8.0 is out now so can you please tell me if these events are working now ? If YES then is there any updated documentation for these and if NO then any tentative date for these to make it work with web sdk.
It’s supposed to work and partially work.
Bugs has already been reported about it, and no the documentation is not updated at all even if it was said it would when 1.8.0 would be released.
Hi @tommy,
Are only 4 events are supported in the latest version? I want to use ‘onChatMessageReceived’ which is there in Android SDK. Can you please let me know if it is supported in the Web SDK?
Thanks
Hey @rahult,
The supported events on the Web SDK are listed here:
Currently we do not support the onChatMessageReceived
event in the Web SDK.
Thanks,
Tommy
hi @Tommy ,
Do we have any event listener for recording start and recording end. I didn’t find that in doc
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.
Hi @nitin.goyal,
Have you had a chance to check out our Recording Started and Stopped webhooks?
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
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.