AudioSessionOperationRestriction
The operation permissions of the SDK on the audio session.
Enumerator
- AudioSessionOperationRestrictionNone
 - No restriction, the SDK can change the audio session.
 - AudioSessionOperationRestrictionSetCategory
 - The SDK cannot change the audio session category.
 - AudioSessionOperationRestrictionConfigureSession
 - The SDK cannot change the audio session category, mode, or categoryOptions.
 - AudioSessionOperationRestrictionDeactivateSession
 - The SDK keeps the audio session active when the user leaves the channel, for example, to play an audio file in the background.
 - AudioSessionOperationRestrictionAll
 - Completely restricts the operation permissions of the SDK on the audio session; the SDK cannot change the audio session.