@webex/webrtc-core
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -41,2 +41,10 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events'; | ||
*/ | ||
protected handleTrackMuted(): void; | ||
/** | ||
* @inheritdoc | ||
*/ | ||
protected handleTrackUnmuted(): void; | ||
/** | ||
* @inheritdoc | ||
*/ | ||
get muted(): boolean; | ||
@@ -43,0 +51,0 @@ /** |
@@ -26,7 +26,7 @@ import { TypedEvent, WithEventsDummyType } from '@webex/ts-events'; | ||
*/ | ||
private handleTrackMuted; | ||
protected handleTrackMuted(): void; | ||
/** | ||
* Handler which is called when a track's unmute event fires. | ||
*/ | ||
private handleTrackUnmuted; | ||
protected handleTrackUnmuted(): void; | ||
/** | ||
@@ -33,0 +33,0 @@ * Handler which is called when a track's ended event fires. |
{ | ||
"name": "@webex/webrtc-core", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"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
888660
18302