Is this the default Account for when no other Account matches a request?
Is the Account still valid?
Returns information (AccountConfig) about the account
Start a new SIP call to destination.
Reconfigure the Account with the given accountConfig.
Attaches the Account to the event loop (default upon instantiation).
Update registration or perform unregistration. You only need to call this method if you want to manually update the registration or want to unregister from the server. If renew is false, this will begin the unregistration process.
Lock/bind the given transport to this account. Normally you shouldn't need to do this, as transports will be selected automatically by the library according to the destination. When an account is locked/bound to a specific transport, all outgoing requests from this account will use the specified transport (this includes SIP registration, dialog (call and event subscription), and out-of-dialog requests such as MESSAGE).
Detaches the Account from the event loop.
Generated using TypeDoc
Account