# Remote Control Center
ByteArk Player SDK for iOS lets viewers control the player from iOS Control Center, the Lock screen, and the Now Playing widget.
# Enable
player.enableRemoteControlCenter()
1
# Disable
player.disableRemoteControlCenter()
1
# Combine with Background Audio
To get the most out of the Remote Control Center, enable Background Audio as well. Viewers will then be able to play, pause, and seek from Control Center even when the app is backgrounded or the screen is locked.
Note
The Remote Control Center uses iOS's MPRemoteCommandCenter — the player registers the command handlers automatically when this feature is enabled.