UNPKG

fcr-core

Version:

Core APIs for building online scenes

9 lines (8 loc) 319 B
import { AgoraRteScene } from '../../imports'; import { FcrCoreServiceApi } from '../../service/api'; interface Logger { info: (msg: string) => void; error: (msg: string) => void; } export declare function addBoardInitInfoObserver(scene: AgoraRteScene, api: FcrCoreServiceApi, logger: Logger): void; export {};