@webex/webrtc-core
Advanced tools
Comparing version 1.4.0-beta.3 to 1.4.0-beta.4
@@ -12,7 +12,6 @@ import { LocalTrack } from './local-track'; | ||
type BaseVideoConstraints = Pick<MediaTrackConstraints, 'aspectRatio' | 'height' | 'width' | 'frameRate' | 'deviceId'>; | ||
type BaseDisplayConstraints = Pick<MediaTrackConstraints, 'aspectRatio' | 'height' | 'width' | 'frameRate' | 'deviceId' | 'suppressLocalAudioPlayback'>; | ||
export interface CameraConstraints extends BaseVideoConstraints { | ||
facingMode?: FacingMode; | ||
} | ||
export interface DisplayConstraints extends BaseDisplayConstraints { | ||
export interface DisplayConstraints extends BaseVideoConstraints { | ||
displaySurface?: DisplaySurface; | ||
@@ -19,0 +18,0 @@ logicalSurface?: boolean; |
@@ -21,4 +21,5 @@ import { MediaStreamTrackKind } from '../peer-connection'; | ||
removeEventListener(event: string, handler: any): void; | ||
applyConstraints(mediaTrackConstaints: MediaTrackConstraints): void; | ||
} | ||
export default MediaStreamTrackStub; | ||
//# sourceMappingURL=media-stream-track-stub.d.ts.map |
@@ -7,2 +7,3 @@ import MediaStream from './media-stream-stub'; | ||
getUserMedia: (constraints: MediaStreamConstraints) => Promise<MediaStream>; | ||
ondevicechange: (event: Event) => Event; | ||
}; | ||
@@ -9,0 +10,0 @@ permissions: { |
{ | ||
"name": "@webex/webrtc-core", | ||
"version": "1.4.0-beta.3", | ||
"version": "1.4.0-beta.4", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
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 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
683037
79
15668