nativescript-opentok-arth
Version:
Integrates OpenTok for NativeScript.
22 lines (21 loc) • 647 B
TypeScript
import { Observable } from "data/observable";
import { ContentView } from 'ui/content-view';
export declare class TNSOTSubscriber extends ContentView {
private _android;
private _subscriber;
private _events;
_render_style: any;
constructor();
readonly android: any;
readonly _nativeView: any;
readonly subscriber: any;
resetSubscriberView(): void;
_createUI(): void;
subscribe(session: any, stream: any): void;
toggleVideo(): void;
setVideoActive(state: boolean): void;
toggleAudio(): void;
setAudioActive(state: boolean): void;
readonly events: Observable;
render_style: any;
}