Skip to content

Releases: agence104/livekit-server-sdk-php

1.3.5

Choose a tag to compare

@p-delorme p-delorme released this 11 Mar 02:59
d003a80

Security Fixes

Improvements

  • Added CI workflow with automated test execution against a live LiveKit server
  • Use randomly generated API credentials in AccessToken tests instead of hardcoded values
  • Updated test suite to use dynamic room names for better isolation
  • Improved Egress, Ingress, and Room service client tests

Full Changelog: 1.3.4...1.3.5

1.3.4

Choose a tag to compare

@p-delorme p-delorme released this 14 Dec 03:53
f28f581

Feature Updates

  • Egree Service Client: - Add missing EgressServiceClient methods and parameters
    • Add startParticipantEgress() method
    • Add audio_mixing parameter to startRoomCompositeEgress()
    • Add webhooks parameter to all start methods (room composite, web, track composite, track egress, participant egress)
    • Update tests to cover new functionality
    • Fix track egress tests to use audio tracks only for WebSocket streaming

Full Changelog: 1.3.3...1.3.4

1.3.3

Choose a tag to compare

@p-delorme p-delorme released this 14 Dec 01:55
95b244d

Feature Updates

  • Room Create Options:
    • Added missing properties to RoomCreateOptions
    • Updated tests

Full Changelog: 1.3.2...1.3.3

1.3.2

Choose a tag to compare

@p-delorme p-delorme released this 14 Dec 01:29
3c27e48

Feature Updates

  • LiveKit Protocol Updated: Updated to version 1.43.4
  • Proto file cleanup

Full Changelog: 1.3.1...1.3.2

1.3.1

Choose a tag to compare

@p-delorme p-delorme released this 26 Oct 02:52
477e7c3

Feature Updates

  • LiveKit Protocol Updated: Updated to version 1.42.2
  • Room Configuration Support: Added RoomConfiguration class with integration into related classes
  • Room Agent Dispatch: Added RoomAgentDispatch class with extended support for room configuration
  • Comprehensive Testing: Added tests for RoomAgentDispatch & RoomConfiguration classes

Full Changelog: 1.3.0...1.3.1

1.3.0

Choose a tag to compare

@p-delorme p-delorme released this 03 Jun 03:22
f065a06

Feature Updates

  • Updated to latest Protocol
  • Added Support for topic when using SendData()
  • Added nonce to SendDataRequest()
  • Updated package requirements
    • Provides support for Laravel 12
  • Updated the updateParticipant() method to support updating the participant name and attributes
  • Added Github CI Workflow - Linting
  • Lots of code standard improvements

Breaking Changes:

In RoomCreateOptions class:

  • Method getSyncStream() has been updated to getSyncStreams()

In RoomServiceClient class:

  • Parameter destinationSids has been updated to destinationIdentities in the method sendData()

Full Changelog: 1.2.4...1.3.0

1.2.5

Choose a tag to compare

@p-delorme p-delorme released this 31 Oct 02:06
d55f4ff

Feature Updates

  • Updated Protocol
  • Updated the WebhookReceiver to ignore unknown fields by default

Full Changelog: 1.2.4...1.2.5

1.2.4

Choose a tag to compare

@p-delorme p-delorme released this 05 Sep 01:17
c32e0b4

Feature Updates

  • Updated Protocol
  • Updated lando setup and tests
  • Code improvements

Note
Deprecated the environment variable LIVEKIT_HOST in favor of LIVEKIT_URL to match other SDKs.

Full Changelog: 1.2.3...1.2.4

1.2.3

Choose a tag to compare

@p-delorme p-delorme released this 09 Mar 19:53
26d0d0e

New Feature

  • Added the option to ignore unknown fields when parsing webhooks data (#18)

Full Changelog: 1.2.2...1.2.3

1.2.2

Choose a tag to compare

@p-delorme p-delorme released this 09 Mar 17:59
f61a617

Feature Updates

  • Updated Protocol
  • Updated constructors params types

Full Changelog: 1.2.1...1.2.2