I am using OpenTok iOS SDK (Multi Party Call Demo). How can I increase video quality? I am having high speed internet connection during video call but video quality is not so good as it should be.
Any help will be appreciable.
I am using OpenTok iOS SDK (Multi Party Call Demo). How can I increase video quality? I am having high speed internet connection during video call but video quality is not so good as it should be.
Any help will be appreciable.
On the iOS publisher side, the OpenTokRTC avoids that complexity as it is a demo app - but you can see:
Combining these, you should be able to re-factor OpenTokRTC to use a custom OTPublisher where you can specify the resolution.
On the JS desktop publisher side, this is where OpenTokRTC creates the webcam publisher. Here is the JS documentation for setting webcam resolution.