Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 520 Bytes

File metadata and controls

18 lines (10 loc) · 520 Bytes

Home > sip.js > Transport > onMessage

Transport.onMessage property

Callback on receipt of a message.

Signature:

onMessage: ((message: string) => void) | undefined;

Remarks

When the UserAgent is constructed, this property is set. The state MUST be "Connected" when this is called.