NESetupConfig class
Configuration used when setting up the CallKit engine.
- Annotations
-
- @JsonSerializable.new()
Constructors
- NESetupConfig({required String appKey, int? currentUserRtcUid, bool? enableJoinRtcWhenCall, NECallInitRtcMode? initRtcMode, NELCKConfig? lckConfig})
-
NESetupConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appKey → String
-
final
- currentUserRtcUid → int?
-
final
- enableJoinRtcWhenCall → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initRtcMode → NECallInitRtcMode?
-
final
- lckConfig → NELCKConfig?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited