plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias NatsSystemNotification

    NatsSystemNotification: Message<"plugnmeet.NatsSystemNotification"> & {
        id: string;
        type: NatsSystemNotificationTypes;
        msg: string;
        sentAt: string;
        withSound: boolean;
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • type: NatsSystemNotificationTypes

      from field: plugnmeet.NatsSystemNotificationTypes type = 2;

    • msg: string

      from field: string msg = 3;

    • sentAt: string

      from field: int64 sent_at = 4 [jstype = JS_STRING];

    • withSound: boolean

      from field: bool with_sound = 5;

    from message plugnmeet.NatsSystemNotification