Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 521 Bytes

File metadata and controls

13 lines (8 loc) · 521 Bytes

Home > sip.js > SessionManagerOptions > registerGuard

SessionManagerOptions.registerGuard property

Does nothing if undefined or resolves false. If resolves true, the next regitration attempt will be blocked.

Signature:

registerGuard?: (() => Promise<boolean>) | null;