WebRTCSettings class
WebRTC configuration settings loaded from webrtc_settings.json.
Constructors
-
WebRTCSettings({required String signalingServerUrl, required int reconnectionTimeoutMs, required List<
String> stunServers, required List<String> turnServers, required VideoSettings video, required TextureSettings texture, required AndroidSettings android}) -
WebRTCSettings.fromJsonFile(Map<
String, dynamic> json)
Properties
- android → AndroidSettings
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reconnectionTimeoutMs → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signalingServerUrl → String
-
final
-
stunServers
→ List<
String> -
final
- texture → TextureSettings
-
final
-
turnServers
→ List<
String> -
final
- video → VideoSettings
-
final
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