---
title: PTChannelDescriptor
framework: pushtotalk
role: symbol
role_heading: Class
path: pushtotalk/ptchanneldescriptor
---

# PTChannelDescriptor

An object that describes a channel.

## Declaration

```swift
class PTChannelDescriptor
```

## Mentioned in

Creating a Push to Talk app

## Topics

### Creating a channel descriptor

- [init(name:image:)](pushtotalk/ptchanneldescriptor/init(name:image:).md)

### Inspecting a channel descriptor

- [name](pushtotalk/ptchanneldescriptor/name.md)
- [image](pushtotalk/ptchanneldescriptor/image.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Channel restoration

- [PTChannelRestorationDelegate](pushtotalk/ptchannelrestorationdelegate.md)
