Skip to content

Commit 6a9518c

Browse files
committed
add data-video-type attribute
1 parent 7dee23a commit 6a9518c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DailyVideo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export const DailyVideo = forwardRef<HTMLVideoElement, Props>(
212212
data-playable={isPlayable || undefined}
213213
data-session-id={sessionId}
214214
data-subscribed={subscribedState}
215+
data-video-type={type}
215216
style={{
216217
objectFit: fit,
217218
transform: isMirrored ? 'scale(-1, 1)' : '',

0 commit comments

Comments
 (0)