with the above screen shot where do i get all participant list,i was trying to get them to database but unable to get particular participants please provide some need full help,thanks in advance…
Right. According to their SDK reference page, support for this will be coming in version 1.8.0.
What you’re looking for is the function inMeetingServiceListener. It essentially adds an event listener for when someone joins or leaves the meeting, as well as some other things.
Here’s the code for it, which again will be available in version 1.8.0: ZoomMtg.inMeetingServiceListener('onUserJoin', function (data) { console.log(data); });
Okay thank you…how do I get console.log data to store it into databse because I know it in php but websdk is in node js can you please help me to sort my peoblme