---
title: PTParticipant
framework: pushtotalk
role: symbol
role_heading: Class
path: pushtotalk/ptparticipant
---

# PTParticipant

An object that represents a participant.

## Declaration

```swift
class PTParticipant
```

## Overview

Overview Use a PTParticipant object with setActiveRemoteParticipant(_:channelUUID:completionHandler:) to update the name and imageFileURL the system displays in the user interface.

## Topics

### Creating a participant

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

### Inspecting a participant

- [name](pushtotalk/ptparticipant/name.md)
- [image](pushtotalk/ptparticipant/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)
