-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscope.txt
35 lines (28 loc) · 1.01 KB
/
scope.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
things to add
* bottom scroll when new message
* login responsive
* new member join message broadcast
* when someone disconnects send message
* online members on individual socket done
* show online rooms on the join page
* deployed and is running
* Video calling
* Send mp4/mp3/pdf/ all file types
* notif sound on recieving new message
* also ringtone playing when call recieving
* is typing showing when someone types through socket
* pasting image in message bar allowed
* modal show on pasting or uploading an image
responsive
themes
reply to a message. implement by giv9ng unique id to every message
on the client side who made the message. and then get the element
by id from the list. this will reflect on all the peoples side
to the person who hasnt replied to the message a replied to boolean
will be true and if the boolean is true then the message sent will
be rendered with the message replied to
notif sounds
modal on recieving call
emit back to client
enter button so that mobile users can use
peer.destroy()