# Participant

## Field Summary <a href="#participant-swifty-fieldsummary" id="participant-swifty-fieldsummary"></a>

| Type                              | Field                                                                                                                                                                     |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Bool                              | <p>isBroadcaster: Bool { get }</p><p>Indicates whether a user broadcasts any media or not.</p>                                                                            |
| Bool                              | <p>isAudioEnabled: Bool { get set }</p><p>A Bool which is <code>true</code> if the audio is currently muted, or <code>false</code> if the audio is currently unmuted.</p> |
| Bool                              | <p>isVideoEnabled: Bool { get set }</p><p>A Bool which is <code>true</code> if the video is currently muted, or <code>false</code> if the video is currently unmuted.</p> |
| Float                             | <p>volume: Float { get set }</p><p>Allows controlling a user's audio volume.</p>                                                                                          |
| ParticipantDelegate?              | <p>delegate: ParticipantDelegate? { get set }</p><p>An optional instance for receiving callbacks.</p>                                                                     |
| ParticipantActiveSpeakerDelegate? | speakerDelegate: ParticipantActiveSpeakerDelegate? { get set } An optional instance for receiving callbacks.                                                              |

## Public Method Summary <a href="#participant-swifty-publicmethodsummary" id="participant-swifty-publicmethodsummary"></a>

| Type   | Methods                                                                   | Parameters |
| ------ | ------------------------------------------------------------------------- | ---------- |
| String | <p>getId() -> String</p><p>Returns a unique identifier of a user.</p>     |            |
| String | <p>getDisplayName() -> String</p><p>Returns a display name of a user.</p> |            |
| UIView | <p>getVideo() -> UIView</p><p>Returns a video view of a user.</p>         |            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.sceenic.co/watch-together-sdk/sscale-confluence-api-references/ios-swift-reference-new/participant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
