UNPKG

stalk-js-webrtc

Version:

S-Talk web-rtc javascript client implementation.

8 lines (7 loc) 274 B
import { AbstractMediaStream } from "../core/AbstractMediaStream"; export declare class VideoController implements AbstractMediaStream.VideoController { localStream: any; videoSource: any; constructor(stream: any); setVideoEnabled(enabled: boolean): void; }