Share via


TargetedMeetingNotification interface

Interface representing a targeted meeting notification.

Extends

MeetingNotificationBase<TargetedMeetingNotificationValue>

Properties

channelData

The channel data associated with the notification.

type

The type of the notification.

Inherited Properties

value

The value associated with the notification.

Property Details

channelData

The channel data associated with the notification.

channelData?: MeetingNotificationChannelData

Property Value

type

The type of the notification.

type: "targetedMeetingNotification"

Property Value

"targetedMeetingNotification"

Inherited Property Details

value

The value associated with the notification.

value: TargetedMeetingNotificationValue

Property Value

Inherited From MeetingNotificationBase.value