Start typing to search...
No results for ""
Before setting up the KiviCare Google Meet Addon, make sure your system meets the minimum technical and account requirements outlined below. These prerequisites ensure smooth integration, secure authentication, and reliable video consultations.
To run the addon without issues, your hosting environment must meet the following requirements:
Memory Limit: At least 256MB to efficiently process Google API requests and responses.
PHP Version: 8.0 or higher (PHP 8.1 or above is recommended for optimal performance).
WordPress Version: 6.0 or higher.
KiviCare Core Plugin: Version 4.0.0 or later.
SSL Certificate: Required. HTTPS is mandatory for Google OAuth authentication and webhook communication.
The addon supports both standard Google accounts and Google Workspace accounts, allowing flexibility based on your clinic’s needs.
To enable Google Meet integration, you must create a project and configure OAuth 2.0 credentials in the Google Cloud Console.
| Requirement | OAuth 2.0 Client Details |
|---|---|
| Purpose | Doctor Google Account Linking |
| Client ID | Required |
| Client Secret | Required |
| Redirect URI | Required (Must exactly match wp-json/kivicare/v1/settings/googlemeet/callback) |
| API Scope | https://www.googleapis.com/auth/calendar |
The addon relies on the following internal libraries, managed automatically using Composer:
KCGMApp\googlemeet\KCGMGoogleMeet – Core Google Meet integration logic.KCGMApp\models\KCGMAppointmentGoogleMeetMapping – Handles database mapping for appointments and Meet links.Start typing to search...
No results for ""