@daily-co/daily-react-hooks
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -15,3 +15,3 @@ import { DailyEventObjectActiveSpeakerChange } from '@daily-co/daily-js'; | ||
*/ | ||
export declare const useActiveParticipant: ({ ignoreLocal, onActiveSpeakerChange, }?: UseActiveParticipantArgs) => import("../DailyParticipants").ExtendedDailyParticipant | null; | ||
export declare const useActiveParticipant: ({ ignoreLocal, onActiveSpeakerChange, }?: UseActiveParticipantArgs) => import("..").ExtendedDailyParticipant | null; | ||
export {}; |
@@ -20,2 +20,4 @@ import { DailyEventObjectNetworkConnectionEvent, DailyEventObjectNetworkQualityEvent, DailyNetworkTopology } from '@daily-co/daily-js'; | ||
videoSendPacketLoss: number; | ||
totalSendPacketLoss: number; | ||
totalRecvPacketLoss: number; | ||
}; | ||
@@ -22,0 +24,0 @@ worstVideoRecvPacketLoss: number; |
{ | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "BSD-2-Clause", | ||
@@ -23,4 +23,4 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@daily-co/daily-js": "^0.22.0", | ||
"react": ">=16", | ||
"@daily-co/daily-js": ">=0.22.0 <1", | ||
"react": ">=16.13.1", | ||
"recoil": "^0.7.0" | ||
@@ -27,0 +27,0 @@ }, |
791038
7831