livekit / server-sdk-kotlin

Apache License 2.0
32 stars 15 forks source link

Missing possibility to configure proxy for EgressServiceClient and IngressServiceClient #64

Closed davideberlein closed 4 months ago

davideberlein commented 4 months ago

Describe the bug While the RoomServiceClient has received an option to pass in a okHttpConfigurator: Consumer<OkHttpClient.Builder> allowing to configure a proxy for the HTTP requests the other two clients: EgressServiceClient and IngressServiceClient are missing this feature.

To Reproduce Check the constructor of the 3 clients.

Expected behavior EgressServiceClient and IngressServiceClient should behave the same as RoomServiceClient

If you want to I crate a PR for the change.

davidliu commented 4 months ago

Fixed by #65.