enableSoundPositionIndication abstract method

Future<void> enableSoundPositionIndication(
  1. bool enabled
)

Enables/Disables stereo panning for remote users. Ensure that you call this method before joining a channel to enable stereo panning for remote users so that the local user can track the position of a remote user by calling setRemoteVoicePosition.

Param enabled Whether to enable stereo panning for remote users: true: Enable stereo panning. false: Disable stereo panning.

Implementation

Future<void> enableSoundPositionIndication(bool enabled);