add a message on incoming session reset message

pull/1381/head
Audric Ackermann 4 years ago
parent 21a97ba0ec
commit 9e52a7a780
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1546,6 +1546,10 @@
await this.setSessionResetStatus(SessionResetEnum.initiated);
},
async onSessionResetReceived() {
await this.createAndStoreEndSessionMessage({
type: 'incoming',
endSessionType: 'ongoing',
});
await this.setSessionResetStatus(SessionResetEnum.request_received);
},

Loading…
Cancel
Save