We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd763f commit 12a3150Copy full SHA for 12a3150
src/room/Room.ts
@@ -990,6 +990,7 @@ class Room extends (EventEmitter as new () => TypedEmitter<RoomEventCallbacks>)
990
this.handleDisconnect(stopTracks, DisconnectReason.CLIENT_INITIATED);
991
/* @ts-ignore */
992
this.engine = undefined;
993
+ this.connectionCredentials?.generate();
994
} finally {
995
unlock();
996
}
0 commit comments