@videosdk.live/server-sdk
Preparing search index...
CreateNotificationChannelOptions
Interface CreateNotificationChannelOptions
interface
CreateNotificationChannelOptions
{
config
:
Record
<
string
,
unknown
>
;
name
?:
string
;
type
:
NotificationChannelType
;
}
Index
Properties
config
name?
type
Properties
config
config
:
Record
<
string
,
unknown
>
Per-type config (webhook endpoint, slack botToken/channelId, email to[], etc.).
Optional
name
name
?:
string
type
type
:
NotificationChannelType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
name
type
@videosdk.live/server-sdk
Loading...
Per-type config (webhook endpoint, slack botToken/channelId, email to[], etc.).