UNPKG

nativescript-opentok

Version:
14 lines (13 loc) 418 B
import { Observable } from 'data/observable'; import { ContentView } from 'ui/content-view'; export declare class TNSOTSubscriber extends ContentView { private _subscriberKitDelegate; private _ios; private _view; constructor(); subscribe(session: any, stream: any): void; unsubscribe(session: any): void; readonly events: Observable; readonly ios: any; readonly _nativeView: any; }