Video background playback on SwiperJS slide

I need full access to SwiperJS functions, so instead of using a Bricks slider I’ve implemented SwiperJS as a library.

The top section of the website uses the regular SwiperJS functionality on Bricks elements: three .swiper-slide divs in .swiper and .swiper-wrapper divs.

The first .swiper-slide div has a Bricks video background using a YouTube video. It works fine on first load, but when cycling through the slides and coming back to it, the video is not playing.

It works fine when cycling through the slides in the reverse direction. The video plays.

How can I make it play when landing on the video slide when cycling through the slides in the forward direction?

Is there some JS code I can use to re-trigger the video, perhaps via the .playVideo() function?