Inviting and Scheduling Meetings
Note: This acticle assumes you’ve registered for an API Key and are using a VyewAPI Wrapper Class to help you construct calls to the server.
require_once("VyewAPI.php");
$vyew = new VyewAPI($YOUR_API_KEY, $YOUR_API_SECRET);
// This will generate an email to john.doe@email-address.com
// with a link to the room.
$result=$vyew->invite('MEETING_ID_HERE', 'john.doe@email-address.com');