Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 526 Bytes

sip.js.transport.onconnect.md

File metadata and controls

22 lines (13 loc) · 526 Bytes

Home > sip.js > Transport > onConnect

Transport.onConnect property

Callback on state transition to "Connected".

Signature:

onConnect: (() => void) | undefined;

Remarks

When the UserAgent is constructed, this property is set.

- The `state` MUST be "Connected" when called.