opentok / opentok-network-test

Sample app to test network connectivity and statistics (bps, packet-lost)
MIT License
112 stars 56 forks source link

Test network while in actual call/video session #36

Open kozagac opened 6 years ago

kozagac commented 6 years ago

If i understand correctly, i can test video and audio quality and network stats before going into a real call/video session.

But i need to test these stats while i'm in actual call or video session. Is it possible to apply these checks in real enviroment (not pre-call, in an actual call) ?

mistyharsh commented 6 years ago

+1. I am also trying to find similar test capability for an actual/in-call session. So far, I am making every publisher subscribe to his own stream. It is rudimentary but consumes extra bandwidth for every publisher which is what I don't like about my current approach.