@daily-co/daily-js
Advanced tools
Comparing version 0.17.0 to 0.18.0
@@ -818,3 +818,9 @@ // Type definitions for daily-js | ||
stopScreenShare(): void; | ||
startRecording(): void; | ||
startRecording(options?: { | ||
width?: number; | ||
height?: number; | ||
backgroundColor?: string; | ||
layout?: DailyStreamingLayoutConfig; | ||
}): void; | ||
updateRecording(options: { layout?: DailyStreamingLayoutConfig }): void; | ||
stopRecording(): void; | ||
@@ -821,0 +827,0 @@ startLiveStreaming(options: { |
{ | ||
"name": "@daily-co/daily-js", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=10.0.0" |
@@ -137,2 +137,3 @@ // | ||
export const DAILY_METHOD_START_RECORDING = 'local-recording-start'; | ||
export const DAILY_METHOD_UPDATE_RECORDING = 'daily-method-update-recording'; | ||
export const DAILY_METHOD_STOP_RECORDING = 'local-recording-stop'; | ||
@@ -139,0 +140,0 @@ export const DAILY_METHOD_LOAD_CSS = 'load-css'; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
461458
5776
13