first attempt at audio messages

This commit is contained in:
Raven Scott
2024-06-13 03:53:23 -04:00
parent 060308ec92
commit 6b3f043332
3 changed files with 127 additions and 0 deletions

View File

@ -62,6 +62,7 @@
<textarea id="message" rows="4"></textarea>
<input type="file" id="file-input" style="display:none;">
<button type="button" id="attach-file">Attach File</button>
<button type="button" id="talk-btn">Talk</button> <!-- New Talk button -->
<input type="submit" value="Send" />
</form>
<button id="remove-room-btn">Leave Room</button>