@daily-co/daily-js
Advanced tools
Comparing version 0.53.0 to 0.54.0
@@ -472,2 +472,11 @@ // Type definitions for daily-js | ||
export interface DailyParticipantTracks { | ||
audio: DailyTrackState; | ||
video: DailyTrackState; | ||
screenAudio: DailyTrackState; | ||
screenVideo: DailyTrackState; | ||
rmpAudio?: DailyTrackState; | ||
rmpVideo?: DailyTrackState; | ||
} | ||
export interface DailyParticipant { | ||
@@ -505,9 +514,3 @@ /** | ||
// track state | ||
tracks: { | ||
audio: DailyTrackState; | ||
video: DailyTrackState; | ||
screenAudio: DailyTrackState; | ||
screenVideo: DailyTrackState; | ||
rmpAudio?: DailyTrackState; | ||
rmpVideo?: DailyTrackState; | ||
tracks: DailyParticipantTracks & { | ||
[customTrackKey: string]: DailyTrackState | undefined; | ||
@@ -688,2 +691,3 @@ }; | ||
sendBitsPerSecond: number | null; | ||
networkRoundTripTime: number | null; | ||
videoRecvBitsPerSecond: number | null; | ||
@@ -712,2 +716,3 @@ videoSendBitsPerSecond: number | null; | ||
worstAudioSendJitter: number; | ||
averageNetworkRoundTripTime: number; | ||
}; | ||
@@ -1478,3 +1483,3 @@ threshold: 'good' | 'low' | 'very-low'; | ||
createTransparentFrame(properties?: DailyFactoryOptions): DailyCall; | ||
getCallInstance(): DailyCall; | ||
getCallInstance(): DailyCall | undefined; | ||
} | ||
@@ -1481,0 +1486,0 @@ |
{ | ||
"name": "@daily-co/daily-js", | ||
"version": "0.53.0", | ||
"version": "0.54.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=10.0.0" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
702769
10624