bluesignal/truemeeting-api

There is no license information available for the latest version (0.4.0) of this package.

The official PHP Client of TrueMeeting

0.4.0 2022-07-18 08:34 UTC

This package is auto-updated.

Last update: 2024-11-18 14:01:17 UTC


README

TrueMeeting header

TrueMeeting PHP API

TrueMeeting makes it easy to create video conference calls. This repository contains the php client api to easily integrate TrueMeeting into your product.

Install with composer

The php api client of TrueMeeting can be easily installed with the help of Composer.

composer require bluesignal/truemeeting-api

Getting started

The use of the api requires you to have an api key. Just contact support to request your own.

Creating your first conference room

$client = new TrueMeetingClient('token');
$room = $client->createRoom('Demo', 'Welcome to the demo room');

Documentation

The full documentation can be found at the link below.

TrueMeeting Documentation

License

The TrueMeeting Api client is released under the MIT license, for more details see the LICENSE file.

TrueMeeting is a product of BlueSignal