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

    Type Alias RecorderBotOptions

    RecorderBotOptions: Message<"plugnmeet.RecorderBotOptions"> & {
        enableAutoCloseChatPanel: boolean;
        durationAfterLastMessage?: number;
    }

    Type Declaration

    • enableAutoCloseChatPanel: boolean

      if true, chat panel will be closed automatically after a certain duration

      from field: bool enable_auto_close_chat_panel = 1;

    • OptionaldurationAfterLastMessage?: number

      duration in seconds. After this duration, the chat panel will be closed.

      from field: optional uint32 duration_after_last_message = 2;

    from message plugnmeet.RecorderBotOptions