diff --git a/src/webrtc/call.js b/src/webrtc/call.js index 2e6a80a1e..d35622079 100644 --- a/src/webrtc/call.js +++ b/src/webrtc/call.js @@ -91,7 +91,7 @@ function MatrixCall(opts) { utils.checkObjectHasKeys(server, ["urls"]); }); - this.callId = "c" + new Date().getTime(); + this.callId = "c" + new Date().getTime() + Math.random(); this.state = 'fledgling'; this.didConnect = false;