FlutterIncomingCall class

Constructors

FlutterIncomingCall()

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

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

Static Properties

onEvent Stream<BaseCallEvent>
no setter

Static Methods

configure({required String appName, int duration = 30000, ConfigAndroid? android, ConfigIOS? ios}) Future<void>
displayIncomingCall(String uuid, String name, String avatar, String handle, HandleType handleType, bool hasVideo) Future<void>
displayIncomingCallAdvanced(String uuid, String name, {String? avatar, String? handle, HandleType? handleType, bool hasVideo = false, bool supportsDTMF = false, bool supportsHolding = false, bool supportsGrouping = false, bool supportsUngrouping = false}) Future<void>
endAllCalls() Future<void>
endCall(String uuid) Future<void>