@webex/webrtc-core
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -13,2 +13,6 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events'; | ||
export declare type TrackEffect = BaseEffect; | ||
declare type EffectItem = { | ||
name: string; | ||
effect: TrackEffect; | ||
}; | ||
/** | ||
@@ -57,2 +61,8 @@ * A stream which originates on the local device. | ||
/** | ||
* Get the readyState of the input track on this stream. | ||
* | ||
* @returns The readyState of the track. | ||
*/ | ||
get readyState(): string; | ||
/** | ||
* Change the track of the output stream to a different track. | ||
@@ -85,2 +95,8 @@ * | ||
/** | ||
* Get all the effects from the effects list. | ||
* | ||
* @returns A list of effect items, each containing the name and the effect itself. | ||
*/ | ||
getAllEffects(): EffectItem[]; | ||
/** | ||
* Cleanup the local effects. | ||
@@ -87,0 +103,0 @@ */ |
@@ -48,2 +48,8 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events'; | ||
/** | ||
* Get the ID of the output stream. | ||
* | ||
* @returns The ID of the output stream. | ||
*/ | ||
get id(): string; | ||
/** | ||
* Check whether or not this stream is muted. | ||
@@ -50,0 +56,0 @@ * |
{ | ||
"name": "@webex/webrtc-core", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"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
756361
17364