@webex/webrtc-core
Advanced tools
Comparing version 1.4.0-beta.5 to 1.4.0-beta.6
@@ -9,2 +9,3 @@ import * as media from './media'; | ||
export * from './media/local-video-track'; | ||
export * from './media/local-audio-track'; | ||
export * from './peer-connection'; | ||
@@ -11,0 +12,0 @@ export * from './peer-connection-utils'; |
import { LocalTrack } from './local-track'; | ||
export type MicrophoneConstraints = Pick<MediaTrackConstraints, 'deviceId' | 'echoCancellation' | 'sampleRate' | 'sampleSize' | 'channelCount'>; | ||
export type TrackEffect = any; | ||
/** | ||
@@ -5,0 +4,0 @@ * Represents a audio track for a audio source. |
{ | ||
"name": "@webex/webrtc-core", | ||
"version": "1.4.0-beta.5", | ||
"version": "1.4.0-beta.6", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
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 not supported yet
Sorry, the diff of this file is not supported yet
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
682639
15656