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

    Type Alias ExternalBroadcastingFeatures

    ExternalBroadcastingFeatures: Message<"plugnmeet.ExternalBroadcastingFeatures"> & {
        isAllow: boolean;
        isAllowRtmp: boolean;
        recorderBotOptions?: RecorderBotOptions;
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • isAllowRtmp: boolean

      from field: bool is_allow_rtmp = 2;

    • OptionalrecorderBotOptions?: RecorderBotOptions

      from field: optional plugnmeet.RecorderBotOptions recorder_bot_options = 3;

    from message plugnmeet.ExternalBroadcastingFeatures