server-sdk-kotlin icon indicating copy to clipboard operation
server-sdk-kotlin copied to clipboard

Auto egress is missing.

Open chalapathi-ct opened this issue 9 months ago • 2 comments

In Livekit docs, for create room api there is option to create auto egress for a room. but in sdk this feature is missing.

curl -X POST <your-host>/twirp/livekit.RoomService/CreateRoom \ -H "Authorization: Bearer <token-with-roomCreate>" \ -H 'Content-Type: application/json' \ --data-binary @- << EOF { "name": "my-room", "egress": { "tracks": { "filepath": "bucket-path/{room_name}-{publisher_identity}-{time}" "s3": { "access_key": "", "secret": "", "bucket": "mybucket", "region": "", } } } }

chalapathi-ct avatar Mar 12 '25 07:03 chalapathi-ct

If someone confirms, if it's valid request, I will work on this.

chalapathi-ct avatar Mar 14 '25 09:03 chalapathi-ct

Yeah, will need to add the RoomEgress option to the createRoom function.

davidliu avatar Mar 17 '25 06:03 davidliu