ConferenceRoomDisplay
The payload that configures Conference Room Display mode for Apple TV.
Declaration
object ConferenceRoomDisplayProperties
| Name | Type | Description |
|---|---|---|
Message | string | The custom message displayed on the screen in Conference Room Display mode. |
Discussion
Specify com.apple.conferenceroomdisplay as the payload type.
Conference Room Display mode locks Apple TV into that mode, to prevent other types of usage.
Profile availability
Device channel | tvOS |
User channel | NA |
Allow manual install | tvOS |
Requires supervision | tvOS |
Requires user-approved MDM | NA |
Allowed in user enrollment | NA |
Allow multiple payloads | NA |
Profile example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>Message</key>
<string>Display Message</string>
<key>PayloadIdentifier</key>
<string>com.example.myconferenceroompayload</string>
<key>PayloadType</key>
<string>com.apple.conferenceroomdisplay</string>
<key>PayloadUUID</key>
<string>2aff0bfa-62f4-4597-9714-3750f5e3d422</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Conference Room Display</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>c98885c9-12fe-43d2-8476-fb98bc959dd3</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>