How to add seekTolerenceMillis to AV Playback Object on Android

Hi,

Can someone help me understand how to add seek tolerance parameters to the AV Playback Object on Android? Reducing seek tolerance to zero is integral to the functionality of my app and works great on iOS, but I understand Expo doesn’t support it yet on Android.

In doing some research it seems Expo AV uses MediaPlayer, not ExoPlayer, so I’m not sure if this is even possible without totally refactoring to switch to ExoPlayer (which offers the functionality by via Seek Parameters). But I think I remember reading somewhere that there was an easy-ish way to do it… of course I can’t locate where I read that now.

Any advice sincerely appreciated!

Lachlan