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

    Interface representing the value of a targeted meeting notification.

    interface TargetedMeetingNotificationValue {
        recipients: string[];
        surfaces: MeetingSurface[];
    }
    Index

    Properties

    Properties

    recipients: string[]

    The recipients of the notification.

    surfaces: MeetingSurface[]

    The surfaces where the notification will be displayed.