Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 540 Bytes

sip.js.transport.dispose.md

File metadata and controls

21 lines (12 loc) · 540 Bytes

Home > sip.js > Transport > dispose

Transport.dispose() method

Dispose.

Signature:

dispose(): Promise<void>;

Returns:

Promise<void>

Remarks

When the UserAgent is disposed or stopped, this method is called. The UserAgent MUST NOT continue to utilize the instance after calling this method.