livekit / server-sdk-ruby

LiveKit Server SDK for Ruby
Apache License 2.0
23 stars 17 forks source link

private method `set_output' called for #<LiveKit::EgressServiceClient:0x000055f15cca5cf8> #39

Open izinko opened 11 months ago

izinko commented 11 months ago

private method set_output' called for #<LiveKit::EgressServiceClient:0x000055f15cca5cf8> .rvm/gems/ruby-2.6.1@immerss-portal/gems/livekit-server-sdk-0.6.1/lib/livekit/egress_service_client.rb:42:instart_room_composite_egress'

I think in this case it must use set_output(request, output) instead self.set_output(request, output) in whole lib/livekit/egress_service_client.rb file

davidzhao commented 11 months ago

You are right. That looks like a bug.. would you like to create a PR for it?