I just found out an easy way to seek player position using a slider. This method works both Exo Player and Player component.
As it turns out, the “SeekToPosition” block doesn’t change the position, but it sets the position from which the player will start. So I just stop the Player then seek to milliseconds and start it again!