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
174 stars 84 forks source link

How to use external camera source in Livekit #358

Closed loc79 closed 3 months ago

loc79 commented 3 months ago

Hi all, Please help me how to push CVPixelBuffer to myroom

    func capturerManagerDidOutput(pixelBuffer: CVPixelBuffer, size: CGSize, rotation: Int32) {        
        //I want push video frame here to my room
    }

Thank all