nativescript-opentok
Version:
Integrates OpenTok for NativeScript.
14 lines (13 loc) • 418 B
TypeScript
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;
}