CallModule class
Properties
- eventStreamController → StreamController
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
answer(
) → Future< bool> -
call(
String phoneNumber) → Future< bool> -
getCallId(
) → Future< String> -
getMissedCalls(
) → Future< int> -
getSipRegistrationState(
) → Future< String> -
hangup(
) → Future< bool> -
initSipModule(
SipConfiguration sipConfiguration) → Future< void> -
isMicEnabled(
) → Future< bool> -
isSpeakerEnabled(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< bool> -
refreshSipAccount(
) → Future< bool> -
reject(
) → Future< bool> -
resume(
) → Future< bool> -
sendDTMF(
String dtmf) → Future< bool> -
toggleMic(
) → Future< bool> -
toggleSpeaker(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
-
transfer(
String extension) → Future< bool> -
unregisterSipAccount(
) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- broadcastStream ↔ Stream
-
getter/setter pair
- instance → CallModule
-
no setter