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

    Type Alias LtiCustomParameters

    LtiCustomParameters: Message<"plugnmeet.LtiCustomParameters"> & {
        roomDuration?: string;
        allowPolls?: boolean;
        allowSharedNotePad?: boolean;
        allowBreakoutRoom?: boolean;
        allowRecording?: boolean;
        allowRtmp?: boolean;
        allowViewOtherWebcams?: boolean;
        allowViewOtherUsersList?: boolean;
        muteOnStart?: boolean;
        ltiCustomDesign?: LtiCustomDesign;
    }

    Type Declaration

    • OptionalroomDuration?: string

      from field: optional uint64 room_duration = 1 [jstype = JS_STRING];

    • OptionalallowPolls?: boolean

      from field: optional bool allow_polls = 2;

    • OptionalallowSharedNotePad?: boolean

      from field: optional bool allow_shared_note_pad = 3;

    • OptionalallowBreakoutRoom?: boolean

      from field: optional bool allow_breakout_room = 4;

    • OptionalallowRecording?: boolean

      from field: optional bool allow_recording = 5;

    • OptionalallowRtmp?: boolean

      from field: optional bool allow_rtmp = 6;

    • OptionalallowViewOtherWebcams?: boolean

      from field: optional bool allow_view_other_webcams = 7;

    • OptionalallowViewOtherUsersList?: boolean

      from field: optional bool allow_view_other_users_list = 8;

    • OptionalmuteOnStart?: boolean

      from field: optional bool mute_on_start = 9;

    • OptionalltiCustomDesign?: LtiCustomDesign

      from field: plugnmeet.LtiCustomDesign lti_custom_design = 10;

    from message plugnmeet.LtiCustomParameters