UNPKG

@skyway-sdk/core

Version:

The official Next Generation JavaScript SDK for SkyWay

8 lines 305 B
import { RemoteMediaStreamBase } from './media'; export declare class RemoteVideoStream extends RemoteMediaStreamBase { readonly track: MediaStreamTrack; readonly contentType = "video"; /**@internal */ constructor(id: string, track: MediaStreamTrack); } //# sourceMappingURL=video.d.ts.map