mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 03:50:19 +02:00
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
title: Stop Mirroring Command
|
|
description: Stop mirroring the display to another device.
|
|
payload:
|
|
requesttype: StopMirroring
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '7.0'
|
|
accessrights: None
|
|
supervised: true
|
|
requiresdep: false
|
|
sharedipad:
|
|
mode: allowed
|
|
devicechannel: true
|
|
userchannel: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
macOS:
|
|
introduced: '10.10'
|
|
accessrights: None
|
|
devicechannel: true
|
|
userchannel: false
|
|
supervised: false
|
|
requiresdep: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
content: This command stops AirPlay mirroring.
|
|
notes:
|
|
- title: ''
|
|
content: Refer to the following sections to determine supported channels and requirements,
|
|
and to see an example request and response.
|
|
examples:
|
|
- title: Example request and response
|
|
files:
|
|
- request-file: examples/mdm/commands/classroom.mirroring.stop/example1.plist
|
|
response-file: examples/mdm/commands/classroom.mirroring.stop/example2.plist
|