Home > sip.js > Transport > dispose
Dispose.
Signature:
dispose(): Promise<void>;
Returns:
Promise<void>
When the UserAgent
is disposed or stopped, this method is called. The UserAgent
MUST NOT continue to utilize the instance after calling this method.