allow to use custom applications

This commit is contained in:
Timo K
2025-12-08 09:41:01 +01:00
parent b34a75d990
commit e4fee457cf
2 changed files with 13 additions and 3 deletions

View File

@@ -8,7 +8,9 @@
import { createMatrixRTCSdk } from "http://localhost:8123/matrixrtc-sdk.js";
try {
window.matrixRTCSdk = await createMatrixRTCSdk();
window.matrixRTCSdk = await createMatrixRTCSdk(
"com.github.toger5.godot-game",
);
console.info("createMatrixRTCSdk was created!");
} catch (e) {
console.error("createMatrixRTCSdk", e);