hyperspeed.js
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,8 +1,5 @@ | ||
/// <reference types="node" /> | ||
import { Device } from "mediasoup-client"; | ||
import { ServerboundMessage } from "./messages"; | ||
import TypedEmitter from 'typed-emitter'; | ||
interface ClientEvents { | ||
trackCreated: (track: MediaStreamTrack) => void; | ||
streamUpdated: (stream: MediaStream) => void; | ||
} | ||
import EventEmitter from 'events'; | ||
interface Options { | ||
@@ -14,4 +11,3 @@ signalingServer: string; | ||
} | ||
declare const Client_base: new () => TypedEmitter<ClientEvents>; | ||
export declare class Client extends Client_base { | ||
export declare class Client extends EventEmitter { | ||
device: Device; | ||
@@ -18,0 +14,0 @@ options: Options; |
{ | ||
"name": "hyperspeed.js", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Library for connecting to Hyperspeed streams.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
7530
183