matrix-js-sdk icon indicating copy to clipboard operation
matrix-js-sdk copied to clipboard

Matrix Client-Server SDK for JavaScript

Results 336 matrix-js-sdk issues
Sort by recently updated
recently updated
newest added

Cleans up `Sync::sync` to have a clearer control flow Cleans up `Sync::doSync` to be a while loop rather than tail recursion due to poor stackframes Cleans up `Sync::doSync` error handling...

T-Defect

Implements [MSC3898](https://github.com/matrix-org/matrix-spec-proposals/pull/3898) --- Here's what your changelog entry will look like: ## ✨ Features * Implement MSC3898: Native Matrix VoIP signalling for cascaded SFUs ([\#2423](https://github.com/matrix-org/matrix-js-sdk/pull/2423)).

T-Enhancement

## Checklist * [x] Tests written for new code (and old code if feasible) * [x] Linter and other CI checks pass * [x] Sign-off given on the changes (see...

T-Defect
Z-Community-PR

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/matrix-org/matrix-js-sdk). > [!WARNING] These dependencies are deprecated: |...

Dependencies

Implementation of https://github.com/matrix-org/matrix-spec-proposals/pull/3401 --- Here's what your changelog entry will look like: ## ✨ Features * Add support for group calls using MSC3401 ([\#2553](https://github.com/matrix-org/matrix-js-sdk/pull/2553)).

T-Enhancement

Sorry but I just spent hours trying to figure out how to get the most basic things to work. I had to look through google and ask colleagues to even...

T-Enhancement
Help Wanted
A-Documentation
Easy

I would like to reopen the issue #1191 since there is a similar error. I've installed ```matrix-sdk-js``` using ```Node.js v16.15.0``` and initiated client as per example. Received ```TypeError: this.opts.request is...

something like https://github.com/visionmedia/superagent works nicely in both the browser and in node. `request` does work in both, but is painful and large for the browser (and causes weird problems sometimes).

T-Enhancement