$ git clone https://ion.nu/git/webchat
commit ef2337fb58fd8278ab14ad614dd5d2a8cc5814da
Author: Alicia <...>
Date:   Mon Dec 28 23:50:52 2015 +0100

    Use the mic poster for own cam/mic as well

diff --git a/cams.js b/cams.js
index ba051d6..cc972a8 100644
--- a/cams.js
+++ b/cams.js
@@ -75,6 +75,7 @@ function broadcast_success(stream)
   mycam.video.src=window.URL.createObjectURL(stream);
   mycam.video.style.height='100%';
   mycam.video.muted=true; // Don't echo ourselves
+  mycam.video.poster='mic.png';
   document.getElementById('cams').appendChild(mycam.video);
   cams.push(mycam);
   // Streaming to the server