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 -
currentCameraOn(
) → bool -
Available on CallSDK, provided by the CallSdkVideo extension
-
currentDeviceIsBluetooth(
) → bool -
Available on CallSDK, provided by the CallSdkAudio extension
-
currentDeviceIsHeadphone(
) → bool -
Available on CallSDK, provided by the CallSdkAudio extension
-
currentDeviceIsSpeaker(
) → bool -
Available on CallSDK, provided by the CallSdkAudio extension
-
declineCall(
) → void -
getConnectingStep(
) → String -
getCurrentAudioInput(
) → AudioDevice? -
Available on CallSDK, provided by the CallSdkAudio extension
-
haveBluetooth(
) → bool -
Available on CallSDK, provided by the CallSdkAudio extension
-
isCallConnected(
) → bool -
isSdkReady(
) → bool -
microMuted(
) → bool -
Available on CallSDK, provided by the CallSdkAudio extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setMicroMuted(
{required bool muted}) → void -
Available on CallSDK, provided by the CallSdkAudio extension
-
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> -
switchCamera(
) → void -
Available on CallSDK, provided by the CallSdkVideo extension
-
switchCameraBack(
) → void -
Available on CallSDK, provided by the CallSdkVideo extension
-
switchCameraFront(
) → void -
Available on CallSDK, provided by the CallSdkVideo extension
-
switchCameraOff(
) → void -
Available on CallSDK, provided by the CallSdkVideo extension
-
switchCameraOn(
) → void -
Available on CallSDK, provided by the CallSdkVideo extension
-
terminateCall(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
turnOffSpeaker(
) → Future< void> -
Available on CallSDK, provided by the CallSdkAudio extension
-
turnOnSpeaker(
) → Future< void> -
Available on CallSDK, provided by the CallSdkAudio extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited