Documentation - v1.2.0-alpha.10
    Preparing search index...

    Interface representing a targeted meeting notification.

    interface TargetedMeetingNotification {
        channelData?: MeetingNotificationChannelData;
        type: "targetedMeetingNotification";
        value: TargetedMeetingNotificationValue;
    }

    Hierarchy

    Index

    Properties

    The channel data associated with the notification.

    type: "targetedMeetingNotification"

    The type of the notification.

    The value associated with the notification.