try {
            const method = 'GET';
            const path = `/rooms/${encodeURIComponent(roomId)}/messages`;
            const qweryParams = { limit, dir: 'b' };
            const body = {};