Interface NewMessageEvent

Hierarchy

  • NewMessageEvent

Properties

Properties

accept?: ((options?: SipResponseOptions) => Promise<void>)

Type declaration

    • (options?: SipResponseOptions): Promise<void>
    • The message will be accepted by the consumer This function should be undefined, if message origin is LOCAL, as explicitly accepting a local message does not make sense

      Parameters

      Returns Promise<void>

reject?: ((options?: SipResponseOptions) => Promise<void>)

Type declaration

    • (options?: SipResponseOptions): Promise<void>
    • The message will be rejected by the consumer This function should be undefined, if message origin is LOCAL, as explicitly rejecting a local message does not make sense

      Parameters

      Returns Promise<void>

The request object

Generated using TypeDoc