forked from mystiq/hydrogen-web
no need to throw here
This commit is contained in:
parent
79411437cf
commit
1dc46127c3
1 changed files with 2 additions and 1 deletions
|
@ -250,7 +250,8 @@ export class PeerCall implements IDisposable {
|
||||||
break;
|
break;
|
||||||
case EventType.Hangup:
|
case EventType.Hangup:
|
||||||
default:
|
default:
|
||||||
throw new Error(`Unknown event type for call: ${message.type}`);
|
log.log(`Unknown event type for call: ${message.type}`);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue