Use matrix-react-sdk directly

This commit is contained in:
Robert Long
2021-09-29 10:50:39 -07:00
parent 37e0ad9f58
commit c4a626b530
4 changed files with 672 additions and 164 deletions

View File

@@ -15,7 +15,7 @@ limitations under the License.
*/
import { useCallback, useEffect, useRef, useState } from "react";
import matrix from "matrix-js-sdk";
import matrix from "matrix-js-sdk/src/index";
import { ConferenceCallDebugger } from "./ConferenceCallDebugger";
// https://stackoverflow.com/a/9039885