@videosdk.live/server-sdk
Preparing search index...
NotificationChannel
Interface NotificationChannel
interface
NotificationChannel
{
channelId
:
string
;
config
?:
Record
<
string
,
unknown
>
;
createdAt
?:
string
;
id
?:
string
;
name
?:
string
;
type
?:
NotificationChannelType
;
updatedAt
?:
string
;
userId
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
channel
Id
config?
created
At?
id?
name?
type?
updated
At?
user
Id?
Properties
channel
Id
channelId
:
string
Optional
config
config
?:
Record
<
string
,
unknown
>
Optional
created
At
createdAt
?:
string
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
type
type
?:
NotificationChannelType
Optional
updated
At
updatedAt
?:
string
Optional
user
Id
userId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Id
config
created
At
id
name
type
updated
At
user
Id
@videosdk.live/server-sdk
Loading...