-
public class NetworkQualityConfigurationNetworkQualityConfiguration allows you to specify verbosity levels of Network Quality information returned by the Network Quality API.
-
-
Field Summary
Fields Modifier and Type Field Description public final NetworkQualityVerbositylocalpublic final NetworkQualityVerbosityremote
-
Constructor Summary
Constructors Constructor Description NetworkQualityConfiguration()Creates a NetworkQualityConfiguration object with the default values, for the Local Participant and NETWORK_QUALITY_VERBOSITY_NONE for the Remote Participants. NetworkQualityConfiguration(NetworkQualityVerbosity local, NetworkQualityVerbosity remote)Creates a NetworkQualityConfiguration object with the provided levels.
-
Method Summary
-
-
Constructor Detail
-
NetworkQualityConfiguration
NetworkQualityConfiguration()
Creates a NetworkQualityConfiguration object with the default values, for the Local Participant and NETWORK_QUALITY_VERBOSITY_NONE for the Remote Participants.
-
NetworkQualityConfiguration
NetworkQualityConfiguration(NetworkQualityVerbosity local, NetworkQualityVerbosity remote)
Creates a NetworkQualityConfiguration object with the provided levels.- Parameters:
local- The NetworkQualityVerbosity for the Local Participant.remote- The NetworkQualityVerbosity for the Remote Participants.
-
-
-
-