Skip to content

twitch - 318 B

Basic Usage

ts
import { twitchPlugin } from "@socialplayer/twitch-plugin"
import { createSocialPlayer } from "@socialplayer/core"

createSocialPlayer.use(twitchPlugin)

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

playbackActions.loadTwitchUrl({ source })