How to improve video quality / resolution in OpenTok RTC (real-time communication)

I am using OpenTok iOS SDK (Multi Party Call Demo). How to improve video quality? I have a high speed internet connection during a video call, but the video quality is not as good as it should be.

Any help would be appreciated.

+3


source to share


1 answer


On the iOS publisher side, OpenTokRTC avoids this complexity as it is a demo app, but you can see:



By combining them, you should be able to reuse OpenTokRTC to use a custom OTPublisher where you can specify the resolution.

On the publisher side of the JS desktop, this is where OpenTokRTC creates the webcam publisher . Here is JS documentation for setting webcam resolution .

+2


source







All Articles