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

    Type Alias BroadcastToRoomNotificationMsg

    BroadcastToRoomNotificationMsg: Message<
        "plugnmeet.BroadcastToRoomNotificationMsg",
    > & { text: string; type: NatsSystemNotificationTypes; withSound: boolean }

    Type Declaration

    • text: string

      from field: string text = 1;

    • type: NatsSystemNotificationTypes

      from field: plugnmeet.NatsSystemNotificationTypes type = 2;

    • withSound: boolean

      from field: bool with_sound = 3;

    from message plugnmeet.BroadcastToRoomNotificationMsg