opentok-network-test
opentok-network-test copied to clipboard
Getting error in publisher(_:didFailWithError:) -> 1541 - Timed out while attempting to publish.
My App requirement is to test Audio and Video quality first, then start video call. Network test is done properly. And when I start actual call I'm getting above error. And unable to publish my feed and audio to subscriber. I think issue might be in destroying audio, video session.
publisher(_:didFailWithError:)
1541 - Timed out while attempting to publish.
If I don't use network test class my app works fine. I've tried in opentok version 2.19.1, 2.20.0
I have the same error. Any solution?
Have not found a solution. But I think its related to the audio session. Found any solutions?