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

    Type Alias RoomMetadata

    RoomMetadata: Message<"plugnmeet.RoomMetadata"> & {
        roomTitle: string;
        welcomeMessage?: string;
        isRecording: boolean;
        isActiveRtmp: boolean;
        parentRoomId: string;
        isBreakoutRoom: boolean;
        webhookUrl?: string;
        startedAt: string;
        logoutUrl?: string;
        roomFeatures?: RoomCreateFeatures;
        defaultLockSettings?: LockSettings;
        copyrightConf?: CopyrightConf;
        metadataId?: string;
        extraData: { [key: string]: string };
    }

    Type Declaration

    • roomTitle: string

      from field: string room_title = 1;

    • OptionalwelcomeMessage?: string

      from field: optional string welcome_message = 2;

    • isRecording: boolean

      from field: bool is_recording = 3;

    • isActiveRtmp: boolean

      from field: bool is_active_rtmp = 4;

    • parentRoomId: string

      from field: string parent_room_id = 5;

    • isBreakoutRoom: boolean

      from field: bool is_breakout_room = 6;

    • OptionalwebhookUrl?: string

      from field: optional string webhook_url = 7;

    • startedAt: string

      from field: uint64 started_at = 8 [jstype = JS_STRING];

    • OptionallogoutUrl?: string

      from field: optional string logout_url = 9;

    • OptionalroomFeatures?: RoomCreateFeatures

      from field: plugnmeet.RoomCreateFeatures room_features = 10;

    • OptionaldefaultLockSettings?: LockSettings

      from field: plugnmeet.LockSettings default_lock_settings = 11;

    • OptionalcopyrightConf?: CopyrightConf

      from field: plugnmeet.CopyrightConf copyright_conf = 12;

    • OptionalmetadataId?: string

      we'll use this as version control

      from field: optional string metadata_id = 13;

    • extraData: { [key: string]: string }

      from field: map<string, string> extra_data = 14;

    from message plugnmeet.RoomMetadata