SINCallState
Objective-C
enum SINCallState : NSInteger {}
Swift
enum SINCallState : Int, @unchecked Sendable
Describes states call can be in
-
Undocumented
Declaration
Objective-C
SINCallStateInitiating = 0Swift
case initiating = 0 -
Undocumented
Declaration
Objective-C
SINCallStateProgressingSwift
case progressing = 1 -
Undocumented
Declaration
Objective-C
SINCallStateRingingSwift
case ringing = 2 -
Undocumented
Declaration
Objective-C
SINCallStateAnsweredSwift
case answered = 3 -
Undocumented
Declaration
Objective-C
SINCallStateEstablishedSwift
case established = 4 -
Undocumented
Declaration
Objective-C
SINCallStateEndedSwift
case ended = 5
SINCallState Enumeration Reference