OmicallClient class

Properties

callStateChangeEvent Stream<OmiAction>
streaming camera event
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

changeTransport({required String type}) Future<Map?>
configPushNotification({required String notificationIcon, String? prefix, String? incomingBackgroundColor, String? incomingAcceptButtonImage, String? incomingDeclineButtonImage, String? backImage, String? userImage, String? missedCallTitle, String? prefixMissedCallMessage, String? userNameKey, String? channelId, String? videoNotificationDescription, String? audioNotificationDescription, String? representName, bool? isUseIntentFilter = true}) Future<void>
dispose() → void
destroy event
endCall() Future<Map?>
getCameraStatus() Future<void>
getCurrentAudio() Future<List>
getCurrentUser() Future<Map?>
getGuestUser() Future<Map?>
getHistoryCallLog() Future<String?>
getInitialCall() Future
getOutputAudios() Future<List>
getUserInfo({required String phone}) Future<Map?>
initCallWithApiKey({String? usrName, String? usrUuid, String? apiKey, String? phone, String? fcmToken, bool isVideo = true}) Future<bool>
initCallWithUserPassword({String? userName, String? password, String? realm, String? host, String? fcmToken, bool isVideo = true}) Future<bool>
joinCall() Future<bool>
logout() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerVideoEvent() Future
removeAudioChangedListener() → void
removeCallLogListener() → void
removeCallQualityListener() → void
removeMissedCallListener() → void
removeMuteListener() → void
removeSpeakerListener() → void
removeVideoEvent() Future
removeVideoListener() → void
sendDTMF(String character) Future<void>
setAudioChangedListener(dynamic audioChangedListener(List)) → void
setCallLogListener(dynamic callLogListener(Map)) → void
setCallQualityListener(dynamic callQualityListener(Map)) → void
setMissedCallListener(dynamic missedCallListener(Map)) → void
setMuteListener(dynamic muteListener(bool)) → void
setOutputAudio({required dynamic portType}) Future<void>
setSpeakerListener(dynamic speakerListener(bool)) → void
setVideoListener(dynamic videoListener(Map)) → void
startCall(String phoneNumber, bool isVideo) Future
startCallWithUUID(String uuid, bool isVideo) Future<int>
startServices({bool showMissedCall = true}) Future<void>
switchCamera() Future<void>
toggleAudio() Future<void>
toggleSpeaker() Future<void>
toggleVideo() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance OmicallClient
no setter