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

    Type Alias BreakoutRoom

    BreakoutRoom: Message<"plugnmeet.BreakoutRoom"> & {
        id: string;
        title: string;
        duration: string;
        started: boolean;
        created: string;
        users: BreakoutRoomUser[];
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • title: string

      from field: string title = 2;

    • duration: string

      from field: uint64 duration = 3 [jstype = JS_STRING];

    • started: boolean

      from field: bool started = 4;

    • created: string

      from field: uint64 created = 5 [jstype = JS_STRING];

    • users: BreakoutRoomUser[]

      from field: repeated plugnmeet.BreakoutRoomUser users = 6;

    from message plugnmeet.BreakoutRoom