ReceivedCallInvitation
open class ReceivedCallInvitation : ReceivedInvitation
Represents P2P call invitation
-
Declaration
Swift
open private(set) var callId: String! { get }
-
Undocumented
Declaration
Swift
open private(set) var callerId: String! { get }
-
Declines the call invitation & notifies sender
Declaration
Swift
open func decline(completion: @escaping (_ error: Error?) -> Void)