CometChatCallDelegate
@objc
public protocol CometChatCallDelegate
Undocumented
-
Undocumented
Declaration
Swift
func onIncomingCallReceived(incomingCall: Call?, error: CometChatException?)
-
Undocumented
Declaration
Swift
func onOutgoingCallAccepted(acceptedCall: Call?, error: CometChatException?)
-
Undocumented
Declaration
Swift
func onOutgoingCallRejected(rejectedCall: Call?, error: CometChatException?)
-
Undocumented
Declaration
Swift
func onIncomingCallCancelled(canceledCall: Call?, error: CometChatException?)