Webex_Provider::check_webex_meeting()

Check Webex Meeting on Front End.


Return

(bool|void) Whether the update completed.


Top ↑

Source

File: src/Tribe/Meetings/Webex_Provider.php

	public function check_webex_meeting() {
		return $this->container->make( Password::class )->check_webex_meeting();
	}

Top ↑

Changelog

Changelog
Version Description
1.9.0 Introduced.