@twilio/player
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Changelog | ||
## 1.1.1 | ||
### Added | ||
- Fix for skipto method fail- fallback to 0 instead of fail | ||
## 1.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -144,3 +144,3 @@ /// <reference types="wavesurfer.js" /> | ||
isReady: () => boolean; | ||
seekToSecond: (seconds: number, offsetFromSegment?: boolean) => void; | ||
seekToSecond: (seconds: number, offsetFromSegment?: boolean, recordingDuration?: number | undefined) => void; | ||
setCurrentSegment: (duration?: number | undefined, offset?: number | undefined) => void; | ||
@@ -147,0 +147,0 @@ setPlaybackRate: (rate?: PlaybackRate) => void; |
{ | ||
"name": "@twilio/player", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
666745
33
2953