CleverTapSignedCallFlutterPlatform class
abstract
Methods
-
call(String receiverCuid, String callContext, Map<String, dynamic>? callOptions, SignedCallVoIPCallHandler voIPCallHandler)
→ Future<void>
-
Initiates a VoIP call
-
hangUpCall()
→ Future<void>
-
Ends the active call, if any.
-
init(Map<String, dynamic> initProperties, SignedCallInitHandler initHandler)
→ Future<void>
-
Initializes the Signed Call SDK
-
logout()
→ Future<void>
-
Logs out the user from the Signed Call SDK session
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setDebugLevel(LogLevel level)
→ Future<void>
-
Enables or disables debugging. If enabled, see debug messages in Android's logcat utility.
Debug messages are tagged as CleverTap.
-
toString()
→ String
-
A string representation of this object.
inherited