LaravelOpenVidu Versions Save

Laravel client for controlling your videocalls from your Openvidu server.

1.21

2 years ago

1.20

2 years ago

Added support for PHP 8.0

1.19

3 years ago

Supported Guzzle versions updated

1.1.9

3 years ago

Scrutinizer spacing patches. Reorganize imports, reformat and clean code. Update OpenVidu.php. Update Session.php.

1.1.7

3 years ago

The optional sessionId parameter has been added to the Session class constructor to avoid creating a new session when you are actually trying to get an existing one. It currently duplicates the object to use the fromJson method to hydrate it. Thanks to @lucianefalcao for the report

1.1.6

3 years ago

Changes to support Openvidu version 2.15. Refactorings, Bug fixes and Improvements

1.1.5

3 years ago

Adaptation for correct operation with Openvidu versions 2.13 and 2.14

1.1.4

4 years ago

Several corrections and improvements made by @sobolevna

1.1.3

4 years ago

1.1.2

4 years ago

Reformat code and add scrutinizer-ci ignore-call for Illuminate\Foundation calls Change facade method documentation to static Improvements