UNPKG

fcr-core

Version:

Core APIs for building online scenes

9 lines (8 loc) 319 B
import { AgoraRteRenderView } from '../../imports'; export declare class FcrSubscribedStreamsControl { private logger; getViewId(element: AgoraRteRenderView): string; isEmpty(streamId: string): boolean; bind(viewId: string, streamId: string): void; unbind(viewId: string, streamId: string): void; }