EchoTestConfig class
Video/audio call test configurations
Properties
- audioReportInterval ↔ int
-
Volume prompt interval in ms, the default value is 100.
getter/setter pair
- enableAudio ↔ bool
-
Whether to test audio. The device to be tested is the default audio device.
getter/setter pair
- enableVideo ↔ bool
-
Whether to test video.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- roomId ↔ String
-
ID of the room that the tested user will join.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String
-
Token used for authenticating users when they enter the room.
getter/setter pair
- uid ↔ String
-
User ID for testing.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited