Package com.twilio.video
Class NetworkQualityConfiguration
java.lang.Object
com.twilio.video.NetworkQualityConfiguration
NetworkQualityConfiguration
allows you to specify verbosity levels of Network Quality
information returned by the Network Quality API.-
Field Summary
Modifier and TypeFieldDescriptionfinal NetworkQualityVerbosity
TheNetworkQualityVerbosity
for the Local Participant.final NetworkQualityVerbosity
TheNetworkQualityVerbosity
for Remote Participants. -
Constructor Summary
ConstructorDescriptionCreates aNetworkQualityConfiguration
object with the default values,NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_MINIMAL
for the Local Participant andNetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_NONE
for the Remote Participants.Creates aNetworkQualityConfiguration
object with the providedNetworkQualityVerbosity
levels. -
Method Summary
-
Field Details
-
local
TheNetworkQualityVerbosity
for the Local Participant. -
remote
TheNetworkQualityVerbosity
for Remote Participants.
-
-
Constructor Details
-
NetworkQualityConfiguration
public NetworkQualityConfiguration()Creates aNetworkQualityConfiguration
object with the default values,NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_MINIMAL
for the Local Participant andNetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_NONE
for the Remote Participants. -
NetworkQualityConfiguration
public NetworkQualityConfiguration(@NonNull NetworkQualityVerbosity local, @NonNull NetworkQualityVerbosity remote) Creates aNetworkQualityConfiguration
object with the providedNetworkQualityVerbosity
levels.- Parameters:
local
- TheNetworkQualityVerbosity
for the Local Participant.NetworkQualityVerbosity.NETWORK_QUALITY_VERBOSITY_NONE
is invalid for the Local Participant and will throw an IllegalArgumentException.remote
- TheNetworkQualityVerbosity
for the Remote Participants.
-
-
Method Details