antonmccoy
Forum Replies Created
-
Forum: Plugins
In reply to: [eRoom - Zoom Meetings & Webinars] Joining meeting timeout error on browserI have now got this working once again. I expect the issue might be that vendor.js is was getting cached or in some way not pulling the latest version from the server.
@nickedeveloper If you have any caching on your site, it will be worth clearing it all to ensure the latest js is being pulled into the page.Forum: Plugins
In reply to: [eRoom - Zoom Meetings & Webinars] Joining meeting timeout error on browserHi there. I’m joining this thread as I experienced the same issue during an event last night, with the same error message pop-up and the same console error.
I can confirm using the latest version of the eRoom plugin, and on the latest version of Chrome. I can also confirm that this functionality was working before, so something has changed:
Chrome – Join via Zoom App : ?
Chrome – Join in browser : ?
Edge – Join via Zoom App : ?
Edge – Join in browser : ?
So this appears to be a Chrome to Zoom via the SDK issue. Any path to solution would be greatly apricated. For the moment I’m just going to turn off the join in browser options for Chrome users (well hide the button via CSS).I also had this issue, but managed to find a resolution.
If you go to eroom-zoom-meetings-webinar\zoom-app\Endpoint\Users.php (Line 31)
public function userlist( array $query = [] ) {
And change this to something like:
public function userlist( array $query = ['page_size' => '300'] ) {
This would increase the number of users returned from 20, which is the default number returned, when not defined, to 300 users.
Forum: Plugins
In reply to: [Admin Columns] WordPress 4.9“PHP message: PHP Fatal error: Class ‘AC_Column_Placeholder’ not found