public class NetworkQualityConfiguration
extends java.lang.Object
NetworkQualityConfiguration
allows you to specify verbosity levels of Network Quality
information returned by the Network Quality API.Modifier and Type | Field and Description |
---|---|
NetworkQualityVerbosity |
local
The
NetworkQualityVerbosity for the Local Participant. |
NetworkQualityVerbosity |
remote
The
NetworkQualityVerbosity for Remote Participants. |
Constructor and Description |
---|
NetworkQualityConfiguration()
Creates a
NetworkQualityConfiguration object with the default values, NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_MINIMAL for the Local Participant and
NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_NONE for the Remote Participants. |
NetworkQualityConfiguration(NetworkQualityVerbosity local,
NetworkQualityVerbosity remote)
Creates a
NetworkQualityConfiguration object with the provided NetworkQualityVerbosity levels. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final NetworkQualityVerbosity local
NetworkQualityVerbosity
for the Local Participant.public final NetworkQualityVerbosity remote
NetworkQualityVerbosity
for Remote Participants.public NetworkQualityConfiguration()
NetworkQualityConfiguration
object with the default values, NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_MINIMAL
for the Local Participant and
NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_NONE
for the Remote Participants.public NetworkQualityConfiguration(@NonNull NetworkQualityVerbosity local, @NonNull NetworkQualityVerbosity remote)
NetworkQualityConfiguration
object with the provided NetworkQualityVerbosity
levels.local
- The NetworkQualityVerbosity
for the Local Participant. NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_NONE
is invalid for the Local
Participant and will throw an IllegalArgumentException.remote
- The NetworkQualityVerbosity
for the Remote Participants.6.0.0