Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VCS
Developers can use Daily’s VCS SDK to build custom video layouts and add graphics to live streamed and recorded video calls.
useVideoTime(): Object
Number
import * as React from 'react'; import { Text } from '#vcs-react/components'; import { useVideoTime } from '#vcs-react/hooks'; const time = useVideoTime(); return <Text>Current video time: {time}</Text>; }