agence104 / livekit-server-sdk-php

PHP Server SDK to LiveKit
Apache License 2.0
47 stars 18 forks source link

Can this SDK send chat message to a room? #5

Closed teoprayoga closed 1 year ago

p-delorme commented 1 year ago

Hello,

Yes you can send chat messages to a room through the sendData method.

Feel free to look at: https://github.com/agence104/livekit-server-sdk-php/blob/master/src/RoomServiceClient.php#L293

:)

p-delorme commented 1 year ago

Closing since this works as expected.