refreshiOSStereoPlayoutState static method

Future<void> refreshiOSStereoPlayoutState()

Refreshes the stereo playout state on the ADM (iOS only).

Re-evaluates whether stereo playout should be active based on the current audio route and device capabilities.

Implementation

static Future<void> refreshiOSStereoPlayoutState() =>
    IosAudioManagement.refreshStereoPlayoutState();