AWSConnectParticipantTimerType

Objective-C

NS_ENUM(NSInteger, AWSConnectParticipantTimerType) {
    AWSConnectParticipantTimerTypeUnknown,
    AWSConnectParticipantTimerTypeIdle,
    AWSConnectParticipantTimerTypeDisconnectNoncustomer,
}

Swift

enum AWSConnectParticipantTimerType : Int, @unchecked Sendable

Undocumented