UNPKG

sip.js

Version:

A SIP library for JavaScript

19 lines (18 loc) 310 B
import { C } from "../messages/methods/constants.js"; /** * FIXME: TODO: Should be configurable/variable. */ export const AllowedMethods = [ C.ACK, C.BYE, C.CANCEL, C.INFO, C.INVITE, C.MESSAGE, C.NOTIFY, C.OPTIONS, C.PRACK, C.REFER, C.REGISTER, C.SUBSCRIBE ];