Skip to content

Commit 7bcb9bc

Browse files
authored
Merge pull request #10268 from nextcloud/fix-call-view-shown-if-force-reconnected-when-not-in-a-call
Fix call view shown if force reconnected when not in a call
2 parents dffb804 + 759fa16 commit 7bcb9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/signaling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ Signaling.Standalone.prototype.forceReconnect = function(newSession, flags) {
905905
store.commit('setInCall', {
906906
token: this.currentRoomToken,
907907
sessionId: this.nextcloudSessionId,
908-
flags: this.currentCallFlags,
908+
flags: this.currentCallFlags || PARTICIPANT.CALL_FLAG.DISCONNECTED,
909909
})
910910

911911
this.sendBye()

0 commit comments

Comments
 (0)