UNPKG
whip-sdk-react
Version:
beta (0.0.1)
latest (0.0.2)
0.0.2
0.0.1
github.com/tomatoFQ/whip-sdk-react
tomatoFQ/whip-sdk-react
whip-sdk-react
/
dist
/
types
/
useSubscribe.d.ts
7 lines
(6 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
useSubscribe
:
(
Token
:
string
) =>
{
videoTrack
:
MediaStreamTrack
;
audioTrack
:
MediaStreamTrack
;
state
:
number
;
mute
:
(
mute
:
boolean
,
kind
:
'video'
|
'audio'
) =>
void
; };