Skip to content

Releases: squareetlabs/LaravelOpenVidu

Fix dependency issue

09 Dec 10:38
Compare
Choose a tag to compare
1.21

Update composer.json

Added support for PHP 8.0

26 Nov 21:15
Compare
Choose a tag to compare

Added support for PHP 8.0

Supported Guzzle versions updated

20 Nov 18:32
Compare
Choose a tag to compare

Supported Guzzle versions updated

Scrutinizer spacing patches, reorganize imports, reformat and clean code.

08 Oct 07:52
Compare
Choose a tag to compare

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

Changes in the session constructor method

07 Oct 08:17
Compare
Choose a tag to compare

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

Changes to support Openvidu version 2.15

18 Sep 17:46
Compare
Choose a tag to compare

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

Adaptation to Openvidu 2.13, 2.14

18 Sep 06:45
d027884
Compare
Choose a tag to compare

Adaptation for correct operation with Openvidu versions 2.13 and 2.14

Several corrections and improvements - Openvidu 2.13, 2.14

09 Apr 14:39
c00b753
Compare
Choose a tag to compare

Several corrections and improvements made by @sobolevna

Added a method to check if session exists on cache - Openvidu 2.12, 2.13, 2.14

28 Jan 15:41
Compare
Choose a tag to compare
Added a method to check if a session exists on cache

Added existsSession(string $sessionId) method

Update documentation and remove unused code - Openvidu 2.12, 2.13

10 Jan 20:58
Compare
Choose a tag to compare

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