@observertc/observer-js
Version:
Server Side NodeJS Library for processing ObserveRTC Samples
12 lines • 512 B
TypeScript
import { ObservedCall } from '../ObservedCall';
import { Updater } from './Updater';
export declare class OnAnyClientCallUpdater implements Updater {
private _observedCall;
readonly name = "OnAnyClientCallUpdater";
readonly description = "Call the update() method of the ObservedCall when any of the client has been updated";
closed: boolean;
constructor(_observedCall: ObservedCall);
close(): void;
private _onNewObservedClient;
}
//# sourceMappingURL=OnAnyClientCallUpdater.d.ts.map