We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce32838 commit a0ac29cCopy full SHA for a0ac29c
src/runtime/components/CldVideoPlayer.vue
@@ -88,6 +88,7 @@ export type CldVideoPlayerProps = Pick<
88
pictureInPictureToggle?: boolean
89
chapters?: Record<string | number, string> | boolean
90
chaptersButton?: boolean
91
+ disableRemotePlayback?: boolean
92
}
93
94
const props = withDefaults(defineProps<CldVideoPlayerProps>(), {
0 commit comments