Skip to content

Commit 68454c5

Browse files
committed
fixed autoleaving after rejoining
1 parent 6f0f473 commit 68454c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Revoice.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ class VoiceConnection extends EventEmitter {
192192
const u = new User(participant);
193193
u.connectedTo = this.channelId;
194194
this.users.push(u);
195+
this.initLeave();
195196
this.emit("userJoin");
196197
}
197198
handleLeave(participant) {

0 commit comments

Comments
 (0)