@skyway-sdk/core
Version:
The official Next Generation JavaScript SDK for SkyWay
7 lines • 486 B
TypeScript
import model from '@skyway-sdk/model';
import { PersonInit, SkyWayChannelImpl } from '../../channel';
import { SkyWayContext } from '../../context';
import { LocalPersonImpl } from '.';
/**@internal */
export declare function createLocalPerson(context: SkyWayContext, channel: SkyWayChannelImpl, memberDto: model.Member, { keepaliveIntervalSec, keepaliveIntervalGapSec, disableSignaling, disableAnalytics, }?: PersonInit): Promise<LocalPersonImpl>;
//# sourceMappingURL=factory.d.ts.map