Everything works right, the only thing that i have to change is
castPlayer?.loadItem(mediaItem, playbackPosition)
by
castPlayer?.setMediaItem(mediaItem)
because i wasn't able to find loadItem method.