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

    Type Alias RoomCreateFeatures

    RoomCreateFeatures: Message<"plugnmeet.RoomCreateFeatures"> & {
        allowWebcams: boolean;
        muteOnStart: boolean;
        allowScreenShare: boolean;
        allowRtmp: boolean;
        allowViewOtherWebcams: boolean;
        allowViewOtherUsersList: boolean;
        adminOnlyWebcams: boolean;
        allowPolls?: boolean;
        roomDuration?: string;
        enableAnalytics: boolean;
        allowVirtualBg?: boolean;
        allowRaiseHand?: boolean;
        autoGenUserId?: boolean;
        recordingFeatures?: RecordingFeatures;
        chatFeatures?: ChatFeatures;
        sharedNotePadFeatures?: SharedNotePadFeatures;
        whiteboardFeatures?: WhiteboardFeatures;
        externalMediaPlayerFeatures?: ExternalMediaPlayerFeatures;
        waitingRoomFeatures?: WaitingRoomFeatures;
        breakoutRoomFeatures?: BreakoutRoomFeatures;
        displayExternalLinkFeatures?: DisplayExternalLinkFeatures;
        ingressFeatures?: IngressFeatures;
        speechToTextTranslationFeatures?: SpeechToTextTranslationFeatures;
        endToEndEncryptionFeatures?: EndToEndEncryptionFeatures;
        pollsFeatures?: PollsFeatures;
        insightsFeatures?: InsightsFeatures;
    }

    Type Declaration

    • allowWebcams: boolean

      from field: bool allow_webcams = 1;

    • muteOnStart: boolean

      from field: bool mute_on_start = 2;

    • allowScreenShare: boolean

      from field: bool allow_screen_share = 3;

    • allowRtmp: boolean

      from field: bool allow_rtmp = 4;

    • allowViewOtherWebcams: boolean

      from field: bool allow_view_other_webcams = 5;

    • allowViewOtherUsersList: boolean

      from field: bool allow_view_other_users_list = 6;

    • adminOnlyWebcams: boolean

      from field: bool admin_only_webcams = 7;

    • OptionalallowPolls?: boolean

      deprecated use polls_features

      from field: optional bool allow_polls = 8 [deprecated = true];

    • OptionalroomDuration?: string

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

    • enableAnalytics: boolean

      from field: bool enable_analytics = 10;

    • OptionalallowVirtualBg?: boolean

      from field: optional bool allow_virtual_bg = 11;

    • OptionalallowRaiseHand?: boolean

      from field: optional bool allow_raise_hand = 12;

    • OptionalautoGenUserId?: boolean

      from field: optional bool auto_gen_user_id = 13;

    • OptionalrecordingFeatures?: RecordingFeatures

      from field: plugnmeet.RecordingFeatures recording_features = 14;

    • OptionalchatFeatures?: ChatFeatures

      from field: plugnmeet.ChatFeatures chat_features = 15;

    • OptionalsharedNotePadFeatures?: SharedNotePadFeatures

      from field: plugnmeet.SharedNotePadFeatures shared_note_pad_features = 16;

    • OptionalwhiteboardFeatures?: WhiteboardFeatures

      from field: plugnmeet.WhiteboardFeatures whiteboard_features = 17;

    • OptionalexternalMediaPlayerFeatures?: ExternalMediaPlayerFeatures

      from field: plugnmeet.ExternalMediaPlayerFeatures external_media_player_features = 18;

    • OptionalwaitingRoomFeatures?: WaitingRoomFeatures

      from field: plugnmeet.WaitingRoomFeatures waiting_room_features = 19;

    • OptionalbreakoutRoomFeatures?: BreakoutRoomFeatures

      from field: plugnmeet.BreakoutRoomFeatures breakout_room_features = 20;

    • OptionaldisplayExternalLinkFeatures?: DisplayExternalLinkFeatures

      from field: plugnmeet.DisplayExternalLinkFeatures display_external_link_features = 21;

    • OptionalingressFeatures?: IngressFeatures

      from field: plugnmeet.IngressFeatures ingress_features = 22;

    • OptionalspeechToTextTranslationFeatures?: SpeechToTextTranslationFeatures

      deprecated use insights_features

      from field: plugnmeet.SpeechToTextTranslationFeatures speech_to_text_translation_features = 23 [deprecated = true];

    • OptionalendToEndEncryptionFeatures?: EndToEndEncryptionFeatures

      from field: plugnmeet.EndToEndEncryptionFeatures end_to_end_encryption_features = 24;

    • OptionalpollsFeatures?: PollsFeatures

      from field: plugnmeet.PollsFeatures polls_features = 25;

    • OptionalinsightsFeatures?: InsightsFeatures

      next ID: 27

      from field: plugnmeet.InsightsFeatures insights_features = 26;

    from message plugnmeet.RoomCreateFeatures