Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit cbc7680

Browse files
committed
Bug 1129979 - [Loop] Follow up bug 1126860 user being rejected does not handle correctly the reject reason
1 parent a87e173 commit cbc7680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/js/helpers/call_progress_helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
switch (message.messageType) {
6060
case 'hello':
6161
that._state = message.state;
62+
that._reason = message.reason || 'unknown';
6263
that._ready = true;
6364
that._onready();
6465
break;

0 commit comments

Comments
 (0)