UNPKG

ngx-agora-sdk-ng

Version:

<div style="display:flex"> <img src="docs/images/angular-logo.svg" width="50px" height="50px" alt="Angular"/> <img src="docs/images/agora-logo.png" width="50px" height="50px" alt="Agora"/> </div>

8 lines 294 B
import { VideoPlayerConfig } from "../types"; import { ITrack } from './track'; export interface IVideoTrack extends ITrack { playVideo(element: string | HTMLElement, config?: VideoPlayerConfig): void; cameraOff(): void; cameraOn(): void; } //# sourceMappingURL=video-track.d.ts.map