sip.js.sessionmanageroptions.managedsessionfactory.md

October 20, 2022 ยท View on GitHub

Home > sip.js > SessionManagerOptions > managedSessionFactory

SessionManagerOptions.managedSessionFactory property

A factory for generating ManagedSession instances.

Signature:

managedSessionFactory?: ManagedSessionFactory;

Remarks

The factory will be passed a Session object for the current session.

Contents

  1. 1SessionManagerOptions.managedSessionFactory property
  2. 2Remarks