UNPKG

@skyway-sdk/core

Version:

The official Next Generation JavaScript SDK for SkyWay

7 lines 515 B
import type model from '@skyway-sdk/model'; import type { PersonInit, SkyWayChannelImpl } from '../../channel'; import type { SkyWayContext } from '../../context'; import { LocalPersonImpl } from '.'; /**@internal */ export declare function createLocalPerson(context: SkyWayContext, channel: SkyWayChannelImpl, memberDto: model.Member, { keepaliveIntervalSec, keepaliveIntervalGapSec, preventAutoLeaveOnBeforeUnload, disableSignaling, }?: PersonInit): Promise<LocalPersonImpl>; //# sourceMappingURL=factory.d.ts.map