Skip to content

youtube - 351 B

Basic Usage

ts
import { youtubePlugin } from "@socialplayer/youtube-plugin"
import { createSocialPlayer } from "@socialplayer/core"

createSocialPlayer.use(youtubePlugin)

const { playbackActions } = createSocialPlayer({
  { id: "video-id" },
})

playbackActions.loadYoutubeUrl({ source })