Add event viewer

This commit is contained in:
Robert Long
2021-07-29 11:24:22 -07:00
parent 49353cd2fe
commit fe5e840630
3 changed files with 91 additions and 8 deletions

View File

@@ -188,7 +188,7 @@ export class ConferenceCallManager extends EventEmitter {
if (type.startsWith("m.call.") || type.startsWith("me.robertlong.conf")) {
const content = event.getContent();
const details = {};
const details = { content };
switch (type) {
case "m.call.invite":