Add m.room.member events to debugger
This commit is contained in:
parent
27e78e0055
commit
375acee73c
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ export class ConferenceCallDebugger extends EventEmitter {
|
|||
|
||||
if (
|
||||
roomId === this.manager.room.roomId &&
|
||||
(type.startsWith("m.call.") || type === "me.robertlong.call.info")
|
||||
(type.startsWith("m.call.") ||
|
||||
type === "me.robertlong.call.info" ||
|
||||
type === "m.room.member")
|
||||
) {
|
||||
const sender = event.getSender();
|
||||
const { call_id } = event.getContent();
|
||||
|
|
Loading…
Add table
Reference in a new issue