sip.js.useragentdelegate.md

April 29, 2020 ยท View on GitHub

Home > sip.js > UserAgentDelegate

UserAgentDelegate interface

Delegate for UserAgent.

Signature:

export interface UserAgentDelegate 

Methods

MethodDescription
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.