You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
log event IDs of ignored calls
This commit is contained in:
@@ -3147,7 +3147,7 @@ function setupCallEventHandler(client) {
|
|||||||
if (ignoreCallIds[e.getContent().call_id]) {
|
if (ignoreCallIds[e.getContent().call_id]) {
|
||||||
console.log(
|
console.log(
|
||||||
'Ignoring previously answered/hungup call ' +
|
'Ignoring previously answered/hungup call ' +
|
||||||
e.getContent().call_id,
|
e.getContent().call_id + ' (' + e.getId() + ')',
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user