CallSDK class

Available extensions

Constructors

CallSDK()
factory

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

acceptCall({dynamic completion(bool)?}) → void
cancelCall() → void
declineCall() → void
getConnectingStep() String
isCallConnected() bool
isSdkReady() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCall({required String callId, bool videoCall = false, bool videoOnStart = false, String? callerName, String? calleeName, dynamic completion()?}) → void
startSDK({required String appId, required String token, required dynamic callEvent(CallEvent eventName, Map<String, dynamic>? data), dynamic completion(int)?}) → void
stopSDK({dynamic completion()?}) Future<void>
terminateCall() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited