open suspend fun onContentVideoSought(remainingAdSlots: List<SxSequencerAdSlot>, removedAdSlots: List<SxSequencerAdSlot>): List<SxSequencerAdSlot>
Is used to determine the remaining advertising slots after the content video was sought by the user.
remainingAdSlots - Advertising slots that should be started in the future.
removedAdSlots - Advertising slots of the sought range.
Return
New advertising slots for the remaining content video range.
    By default the remainingAdSlots are returned.