callId -> conf_id
This commit is contained in:
parent
8ab68ed8c8
commit
ef8021e1a8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue