Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 528 Bytes

sip.js.transport.onconnect.md

File metadata and controls

23 lines (13 loc) · 528 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.