livekit / client-sdk-swift

LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website.
https://livekit.io
Apache License 2.0
173 stars 84 forks source link

Render frames directly from `VideoCapturer` for `LocalVideoTrack`s #378

Closed hiroshihorie closed 1 month ago

hiroshihorie commented 1 month ago

VideoRenderers that are attached to a LocalVideoTrack will receive frames directly from VideoCapturer instead of frames processed in the WebRTC stack.