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

    Type Alias ChangeEtherpadStatusReq

    ChangeEtherpadStatusReq: Message<"plugnmeet.ChangeEtherpadStatusReq"> & {
        roomId: string;
        isActive: boolean;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • isActive: boolean

      from field: bool is_active = 2;

    from message plugnmeet.ChangeEtherpadStatusReq