server-sdk-kotlin
server-sdk-kotlin copied to clipboard
When using ```io.livekit.server.RoomService.sendData``` to send any data to a exisintg room an exception is raised. The data does however end up being sent, meaning that members of the room receive...
**Is your feature request related to a problem? Please describe.** serviceClient.sendData can't set topic. i want set data topic to send. but sendData() has no topic paramter sdk-version:0.5.7
**Describe the bug** #add web out url StreamOutput$Builder.addUrls("rtmp://192.168.0.87:30010/live/170055109492937502000000001_170356690603222603000000001_c_1") #get web out url info.getWeb().getStreamOutputs(0).getUrlsList().get(0) return "rtmp://192.168.0.87:30010/live/{170...c_1}" #problem {170...c_1} is short ,not full ``` method=livekit.LivekitEgress$StreamOutput$Builder.addUrls location=AtExit ts=2023-12-26 13:03:00; [cost=0.040878ms] result=@ArrayList[ @Object[][ @String[rtmp://192.168.0.87:30010/live/170055109492937502000000001_170356690603222603000000001_c_1],...
**Describe the bug** When updating participant level metadata its not updating in meta data rather it is change name of participant. This was working properly earlier. I guess due to...
**Is your feature request related to a problem? Please describe.** As a room is closed i need duration for which the room ran. There is no such service which provides...
When using Egress APIs with GCP, it's not trivial to figure out how to retrieve the credentialsJson. It would be much easier if we could take in a `GoogleCredentials` object....
Auth0 can't be used on Android, Jjwt can be. Would be nice to allow for alternative implementations.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....