Note: A dev branch should be created so we can merge this after review
Complete refactoring of Android code. Using a similar approach of OPENTOK network library JS.
Added NetworkQualityTest class is a utility for testing network quality and gathering statistics during video streaming sessions using the OpenTok platform. It allows monitoring various network and media statistics, such as video bitrate, audio quality, round-trip time, and more.
The NetworkQualityTest will send regular callbacks which can be handled using NetworkQualityTestCallbackListener.
The MainActivityclass is a sample that shows how to use this class and how to handle the callback.
Note: A dev branch should be created so we can merge this after review
Complete refactoring of Android code. Using a similar approach of OPENTOK network library JS.
Added
NetworkQualityTest
class is a utility for testing network quality and gathering statistics during video streaming sessions using the OpenTok platform. It allows monitoring various network and media statistics, such as video bitrate, audio quality, round-trip time, and more.The NetworkQualityTest will send regular callbacks which can be handled using NetworkQualityTestCallbackListener.
The
MainActivity
class is a sample that shows how to use this class and how to handle the callback.