Title: error stdClass in [zoom_join_via_browser]
Last modified: January 20, 2021

---

# error stdClass in [zoom_join_via_browser]

 *  [kaquna](https://wordpress.org/support/users/kaquna/)
 * (@kaquna)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-stdclass-in-zoom_join_via_browser/)
 * hi
 * when I use the [zoom_join_via_browser] with webinar=”yes” it appears the next
   notice:
    undefined property: stdClass::$start_time in …/plugins/video-conferencing-
   with-zoom-api/includes/Shortcodes.php on line 155
 * how can it be solved…?
 * many thanks

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [digamberpradhan](https://wordpress.org/support/users/digamberpradhan/)
 * (@digamberpradhan)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-stdclass-in-zoom_join_via_browser/#post-13932153)
 * Hi [@kaquna](https://wordpress.org/support/users/kaquna/) ,
 * can you please check if the meeting has been created or not.
    This usually happens
   when the meeting for some reason was not created on Zoom.
 *  Thread Starter [kaquna](https://wordpress.org/support/users/kaquna/)
 * (@kaquna)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-stdclass-in-zoom_join_via_browser/#post-13932480)
 * it is a recurrent webinar, it was created from zoom and is listed in page=zoom-
   video-conferencing-webinars
 * the webinar have a future date assigned.
 *  Plugin Author [Deepen Bajracharya](https://wordpress.org/support/users/j_3rk/)
 * (@j_3rk)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-stdclass-in-zoom_join_via_browser/#post-13936139)
 * Hi [@kaquna](https://wordpress.org/support/users/kaquna/)
 * I need to do a short customization on your side if its possible.
 * Open **wp-content/plugins/video-conferencing-with-zoom/includes/Shortcodes.php**
 * Goto line 155 and replace **$meeting_time = date( ‘Y-m-d h:i a’, strtotime( $
   meeting->start_time ) );** with below
 *     ```
       if ( ! empty( $meeting->type ) && ( $meeting->type === 9 || $meeting->type === 8 ) && ! empty( $meeting->occurrences ) ) {
       	$occurrences  = ( isset( $meeting->occurrences ) && is_array( $meeting->occurrences ) ) ? $meeting->occurrences : '';
       	$meeting_time = is_array( $occurrences ) ? $occurrences[0]->start_time : date( 'Y-m-d h:i a', time() );
       } else {
       	$meeting_time = date( 'Y-m-d h:i a', strtotime( $meeting->start_time ) );
       				}
       ```
   
 * Let me know if this works out for you.
    -  This reply was modified 5 years, 4 months ago by [Deepen Bajracharya](https://wordpress.org/support/users/j_3rk/).
 *  Thread Starter [kaquna](https://wordpress.org/support/users/kaquna/)
 * (@kaquna)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-stdclass-in-zoom_join_via_browser/#post-13936668)
 * thanks for your help and time.
 * now, the error message not appears. it is displayed a countdown but without numbers.
 * only black boxes with the text days, hours, minutes, seconds.
 * not a functional countdown…
 * the #dpn-zvc-timer-[time] is empty…
 *     ```
       <div class="dpn-zvc-timer-cell">
           <div class="dpn-zvc-timer-cell-number">
               <div id="dpn-zvc-timer-days"></div>
           </div>
           <div class="dpn-zvc-timer-cell-string">days</div>
       </div>
       <div class="dpn-zvc-timer-cell">
           <div class="dpn-zvc-timer-cell-number">
               <div id="dpn-zvc-timer-hours"></div>
           </div>
           <div class="dpn-zvc-timer-cell-string">hours</div>
       </div>
       ...
       ```
   
 *  Thread Starter [kaquna](https://wordpress.org/support/users/kaquna/)
 * (@kaquna)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/error-stdclass-in-zoom_join_via_browser/#post-13936756)
 * I have made some test, and I explain a little more the scenario…
 * I put two [zoom_join_via_browser] at the same time, in the same page:
    - one for a meeting. it works fine, with the countdown ok. when countdown finished,
      the zoom screen with fields to access appears.
    - one for a webinar. only show the black boxes without numbers.
 * if I delete the first shortcode (the meeting), the webinar not shows the countdown.
   only help is displayed.
 * if the webinar is on date, the zoom screen with acces fields is showed.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘error stdClass in [zoom_join_via_browser]’ is closed to new replies.

 * ![](https://ps.w.org/video-conferencing-with-zoom-api/assets/icon-128x128.png?
   rev=3133950)
 * [Video Conferencing with Zoom](https://wordpress.org/plugins/video-conferencing-with-zoom-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-conferencing-with-zoom-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-conferencing-with-zoom-api/)
 * [Active Topics](https://wordpress.org/support/plugin/video-conferencing-with-zoom-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-conferencing-with-zoom-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-conferencing-with-zoom-api/reviews/)

## Tags

 * [webinar](https://wordpress.org/support/topic-tag/webinar/)

 * 5 replies
 * 3 participants
 * Last reply from: [kaquna](https://wordpress.org/support/users/kaquna/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/error-stdclass-in-zoom_join_via_browser/#post-13936756)
 * Status: not resolved