@daily-co/daily-js
Advanced tools
Comparing version 0.60.0 to 0.61.1
@@ -1912,2 +1912,3 @@ // Type definitions for daily-js | ||
codecs?: DailyDialOutCodecs; | ||
callerId?: string; | ||
} | ||
@@ -2124,11 +2125,11 @@ | ||
event: T, | ||
handler: (event?: DailyEventObject<T>) => void | ||
handler: (event: DailyEventObject<T>) => void | ||
): DailyCall; | ||
once<T extends DailyEvent>( | ||
event: T, | ||
handler: (event?: DailyEventObject<T>) => void | ||
handler: (event: DailyEventObject<T>) => void | ||
): DailyCall; | ||
off<T extends DailyEvent>( | ||
event: T, | ||
handler: (event?: DailyEventObject<T>) => void | ||
handler: (event: DailyEventObject<T>) => void | ||
): DailyCall; | ||
@@ -2135,0 +2136,0 @@ properties: { |
{ | ||
"name": "@daily-co/daily-js", | ||
"version": "0.60.0", | ||
"version": "0.61.1", | ||
"license": "BSD-2-Clause", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
969025
3626