CometchatcallsPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CometchatcallsPluginPlatform
Implementers

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

endSession(dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
enterPIPMode(dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
exitPIPMode(dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
generateToken(String sessionId, String userAuthToken, dynamic onSuccess(GenerateToken generateToken), dynamic onError(CometChatCallsException error)) → void
getCallDetails(String sessionId, String userAuthToken, dynamic onSuccess(List<CallLog> callLog), dynamic onError(CometChatCallsException error)) → void
initCometChatCalls(CallAppSettings callAppSettings, dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
isInitialized() Future<bool>
joinPresentation(String callToken, PresentationSettings presentationSettings, dynamic onSuccess(Widget callWidget), dynamic onError(CometChatCallsException error)) Future<Widget?>
muteAudio(bool muteAudio, dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseVideo(bool pauseVideo, dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
setAudioMode(String setAudioMode, dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
setUpNativeStreamListener(String callToken, CallSettings callSettings, PresentationSettings presentationSettings, dynamic onSuccess(Widget callWidget), dynamic onError(CometChatCallsException error)) Future<bool>
startRecording(dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
startSession(String callToken, CallSettings callSettings, dynamic onSuccess(Widget callWidget), dynamic onError(CometChatCallsException error)) Future<Widget?>
stopRecording(dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
switchCamera(dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
switchToVideoCall(dynamic onSuccess(String success), dynamic onError(CometChatCallsException e)) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CometchatcallsPluginPlatform
getter/setter pair