diff --git a/html/src/app.js b/html/src/app.js index 5985dc0e..0ca712aa 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -8745,6 +8745,8 @@ speechSynthesis.getVoices(); } } if (this.debugPhotonLogging) { + var displayName = + this.getDisplayNameFromPhotonId(senderId); var feed = `RPC ${displayName} ${ this.photonEventType[eventData.Type] }${eventType}`;