@videosdk.live/server-sdk
Preparing search index...
SipWebhooksResource
Class SipWebhooksResource
Webhooks that deliver SIP call-event notifications.
Index
Constructors
constructor
Methods
create
delete
get
list
update
Constructors
constructor
new
SipWebhooksResource
(
http
:
HttpClient
)
:
SipWebhooksResource
Parameters
http
:
HttpClient
Returns
SipWebhooksResource
Methods
create
create
(
options
:
CreateSipWebhookOptions
)
:
Promise
<
SipWebhook
>
Parameters
options
:
CreateSipWebhookOptions
Returns
Promise
<
SipWebhook
>
delete
delete
(
webhookId
:
string
)
:
Promise
<
MessageResponse
>
Parameters
webhookId
:
string
Returns
Promise
<
MessageResponse
>
get
get
(
webhookId
:
string
)
:
Promise
<
SipWebhook
>
Parameters
webhookId
:
string
Returns
Promise
<
SipWebhook
>
list
list
(
params
?:
ListSipWebhooksParams
)
:
Promise
<
Page
<
SipWebhook
>
>
Parameters
params
:
ListSipWebhooksParams
= {}
Returns
Promise
<
Page
<
SipWebhook
>
>
update
update
(
webhookId
:
string
,
options
:
CreateSipWebhookOptions
)
:
Promise
<
SipWebhook
>
Parameters
webhookId
:
string
options
:
CreateSipWebhookOptions
Returns
Promise
<
SipWebhook
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
delete
get
list
update
@videosdk.live/server-sdk
Loading...
Webhooks that deliver SIP call-event notifications.