Home > sip.js > UserAgentDelegate
Delegate for UserAgent.
Signature:
export interface UserAgentDelegate
Method | Description |
---|---|
onConnect() | Called upon transport transitioning to connected state. |
onDisconnect(error) | Called upon transport transitioning from connected state. |
onInvite(invitation) | Called upon receipt of an invitation. |
onMessage(message) | Called upon receipt of a message. |
onNotify(notification) | Called upon receipt of a notification. |