---
title: PTChannelLeaveReason
framework: pushtotalk
role: symbol
role_heading: Enumeration
path: pushtotalk/ptchannelleavereason
---

# PTChannelLeaveReason

Identifies the type that indicates the leave reason.

## Declaration

```swift
enum PTChannelLeaveReason
```

## Topics

### Leave reasons

- [PTChannelLeaveReason.userRequest](pushtotalk/ptchannelleavereason/userrequest.md)
- [PTChannelLeaveReason.developerRequest](pushtotalk/ptchannelleavereason/developerrequest.md)
- [PTChannelLeaveReason.systemPolicy](pushtotalk/ptchannelleavereason/systempolicy.md)
- [PTChannelLeaveReason.unknown](pushtotalk/ptchannelleavereason/unknown.md)

### Initializers

- [init(rawValue:)](pushtotalk/ptchannelleavereason/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Channel management

- [PTChannelManagerDelegate](pushtotalk/ptchannelmanagerdelegate.md)
- [PTTransmissionMode](pushtotalk/pttransmissionmode.md)
- [PTServiceStatus](pushtotalk/ptservicestatus.md)
- [PTChannelJoinReason](pushtotalk/ptchanneljoinreason.md)
- [PTChannelTransmitRequestSource](pushtotalk/ptchanneltransmitrequestsource.md)
