CredentialConfig class
Creates an instance of CredentialConfig which can be used to log in
Uses the sipUser and sipPassword fields to log in sipCallerIDName and sipCallerIDNumber will be the Name and Number associated notificationToken is the token used to register the device for notifications if required (FCM or APNS) The autoReconnect flag decided whether or not to attempt a reconnect (3 attempts) in the case of a login failure with legitimate credentials
Constructors
Properties
- autoReconnect → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- notificationToken → String?
-
final
- ringbackPath → String?
-
final
- ringTonePath → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sipCallerIDName → String
-
final
- sipCallerIDNumber → String
-
final
- sipPassword → String
-
final
- sipUser → String
-
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