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

    Type Alias CreateRoomRes

    CreateRoomRes: Message<"plugnmeet.CreateRoomRes"> & {
        status: boolean;
        msg: string;
        roomInfo?: ActiveRoomInfo;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • OptionalroomInfo?: ActiveRoomInfo

      from field: plugnmeet.ActiveRoomInfo room_info = 3;

    from message plugnmeet.CreateRoomRes