-
Undocumented
Declaration
Swift
public typealias Result = CallId
-
Identifier of the user to be called
Declaration
Swift
public let userId: Int32
-
Description of the call protocols supported by the client
Declaration
Swift
public let `protocol`: CallProtocol
-
Creates a new call
Declaration
Swift
public init(userId: Int32, protocol: CallProtocol)
Parameters
userId
Identifier of the user to be called
protocol
Description of the call protocols supported by the client