Overview of Configure Zoom on iOS
System administrators can use Mobile Device Management (MDM) to remotely configure the Zoom app on managed iOS devices.
In this article:
Configuration options
- Intune sample XML
- Airwatch sample XML
Configure with Intune
-
- Install the Intune portal on the user’s device
- Apply a configuration policy
- Assign a configuration policy to a group
Precondition
- iOS devise with iOS 4 or later
- Enterprise mobility management (EMM) software such as AirWatch and Microsoft Intune
Configuration options
[table “7” not found /]
Note: To make the configuration option mandatory for all users, use the key name after the prefix “mandatory:”. When using Zoom on iOS, the user cannot change the options.
Intune sample XML
<dict>
<key> ForceLoginWithSSO </ key>
<integer> 1 </ integer>
<key> SetSSOURL </ key>
<string> success </ string>
<key> MeetingReminder </ key>
<integer> 1 </ integer >
<key> mandatory: SyncMeetingFromCalendar </ key>
<integer> 0 </ integer>
<key> mandatory: TurnOffVideoCameraOnJoin </ key>
<integer> 0 </ integer>
</ dict>
Airwatch sample XML
<managedAppConfiguration>
<version>1.2.10</version>
<bundleId>us.zoom.videomeetings</bundleId>
<dict>
<integer keyName=”ForceLoginWithSSO”>
<defaultValue>
<value>1</value>
</defaultValue>
</integer>
<string keyName=”SetSSOURL”>
<defaultValue>
<value>success</value>
</defaultValue>
</string>
<integer keyName=”MeetingReminder”>
<defaultValue>
<value>1</value>
</defaultValue>
</integer>
<integer keyName=”mandatory:SyncMeetingFromCalendar”>
<defaultValue>
<value>0</value>
</defaultValue>
</integer>
<integer keyName=”mandatory:TurnOffVideoCameraOnJoin”>
<defaultValue>
<value>0</value>
</defaultValue>
</integer>
</dict>
</managedAppConfiguration>
Related article
[Administrator] User management
Add an existing Pro user to your business account
What is the difference between Zoom Meeting and Zoom Rooms?
[Administrator] Role-based access control
[Administrator] I want to limit the chat function.