<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GroupActivities",
  "identifier" : "/documentation/GroupActivities/BroadcastOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Group Activities"
    ],
    "preciseIdentifier" : "s:15GroupActivities16BroadcastOptionsV"
  },
  "title" : "BroadcastOptions"
}
-->

# BroadcastOptions

Options for how to broadcast media on the shared communications channel.

```
struct BroadcastOptions
```

## Overview

Use these options to alter how the system presents audio and video
associated with an activity’s FaceTime call. For example, you might
mirror video during a workout activity to make it easier to follow
the instructor’s movements.

## Topics

### Getting the broadcast options

[`mirroredVideo`](/documentation/GroupActivities/BroadcastOptions/mirroredVideo)

An option to mirror video on its vertical axis.

### Creating options from a raw value

[`init(rawValue:)`](/documentation/GroupActivities/BroadcastOptions/init(rawValue:))

Creates a set of options from a raw value.

[`rawValue`](/documentation/GroupActivities/BroadcastOptions/rawValue)

The raw value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)