@hsaadawy/ngx-chat
Version:
9 lines (8 loc) • 333 B
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import { AttachableTrack } from '../../services/chat-list-state.service';
export declare class ChatVideoWindowComponent implements AfterViewInit {
video: ElementRef<HTMLVideoElement>;
track: AttachableTrack;
constructor();
ngAfterViewInit(): void;
}