tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

May I know when we need to use it? #9

Closed saroar closed 4 years ago

saroar commented 4 years ago

https://github.com/tkmn0/SimpleWebRTCExample_iOS/blob/fbf991b6be6188163e3106047065f74addf72859/SimpleWebRTC/ViewController/ViewController.swift#L65

and how it helps our webRTC app video quality

tkmn0 commented 4 years ago

If useCustomCapturer is true, you can send custom video image. (e.g. CIFilter, OpenCV and so on.)

So, it does not help video quality but accept custom video image which edited pixels with some frameworks.