Gun-Vue docs / cast/useCast / cast
Variable: cast
const
cast:object
Defined in: src/cast/useCast.js:258
Type declaration
recorderCamera
recorderCamera:
ShallowRef
<any
,any
>
recorderSlides
recorderSlides:
ShallowRef
<any
,any
>
recording
recording:
Ref
<boolean
,boolean
>
recordingTime
recordingTime:
ComputedRef
<number
>
showAvatar
showAvatar:
Ref
<boolean
,boolean
>
startRecording()
startRecording: (
customConfig
) =>Promise
<void
>
Parameters
customConfig
Returns
Promise
<void
>
stopRecording()
stopRecording: () =>
Promise
<void
>
Returns
Promise
<void
>
streamCamera
streamCamera:
ShallowRef
<any
,any
>
streamCapture
streamCapture:
ShallowRef
<any
,any
>
streamSlides
streamSlides:
ShallowRef
<any
,any
>
toggleAvatar()
toggleAvatar: () =>
Promise
<void
>
Returns
Promise
<void
>
toggleRecording()
toggleRecording: () =>
void
Returns
void