-
Call identifier, not persistent
Declaration
Swift
public let id: Int32
-
Peer user identifier
Declaration
Swift
public let userId: Int32
-
True, if the call is outgoing
Declaration
Swift
public let isOutgoing: Bool
-
Call state
Declaration
Swift
public let state: CallState
-
Describes a call
Declaration
Swift
public init(id: Int32, userId: Int32, isOutgoing: Bool, state: CallState)
Parameters
id
Call identifier, not persistent
userId
Peer user identifier
isOutgoing
True, if the call is outgoing
state
Call state