callId -> conf_id

This commit is contained in:
Robert Long 2022-02-02 13:23:09 -08:00
parent 8ab68ed8c8
commit ef8021e1a8

View file

@ -85,7 +85,7 @@ function formatContent(type, content) {
call["m.devices"] &&
call["m.devices"].length > 0 &&
call["m.devices"][0];
return `callId: ${call && call["m.call_id"].slice(-4)} sessionId: ${
return `conf_id: ${call && call["m.call_id"].slice(-4)} sessionId: ${
device && device.session_id
}`;
} else {