FlutterPjsipPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterPjsipPluginPlatform
- Implementers
Constructors
- FlutterPjsipPluginPlatform()
- Constructs a FlutterPjsipPluginPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMacAddress(
) → Future< String> -
getPlatformVersion(
) → Future< String?> -
init(
) → Future -
initWithCb(
LoginStatusChangeCallback callback) → Future -
loginSip(
String userName, String displayName, String password, String sipIp, String port) → Future -
logoutSip(
) → Future -
makeCall(
String phoneNo, bool isVideo) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAutoAnswer(
bool autoAnswer) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterPjsipPluginPlatform
-
The default instance of FlutterPjsipPluginPlatform to use.
getter/setter pair