Auto egress is missing.
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": "", } } } }
If someone confirms, if it's valid request, I will work on this.
Yeah, will need to add the RoomEgress option to the createRoom function.