---
title: PTServiceStatus
framework: pushtotalk
role: symbol
role_heading: Enumeration
path: pushtotalk/ptservicestatus
---

# PTServiceStatus

Identifies the type that indicates the status of the service.

## Declaration

```swift
enum PTServiceStatus
```

## Topics

### Statuses

- [PTServiceStatus.ready](pushtotalk/ptservicestatus/ready.md)
- [PTServiceStatus.connecting](pushtotalk/ptservicestatus/connecting.md)
- [PTServiceStatus.unavailable](pushtotalk/ptservicestatus/unavailable.md)

### Initializers

- [init(rawValue:)](pushtotalk/ptservicestatus/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)
- [PTChannelJoinReason](pushtotalk/ptchanneljoinreason.md)
- [PTChannelLeaveReason](pushtotalk/ptchannelleavereason.md)
- [PTChannelTransmitRequestSource](pushtotalk/ptchanneltransmitrequestsource.md)
