Is there a way to edit any messages sent by the RTCDataChannel API for webRTC ?
Asked
Active
Viewed 57 times
0
-
Edit when you receive them? Or are you asking if there are any restrictions on what you can send? – Sean DuBois Oct 12 '20 at 03:48
-
edit the message after I send it – D3V Oct 21 '20 at 14:16
-
After it is sent the sender can't modify the message. The receiver can modify the buffer after it arrives. – Sean DuBois Oct 21 '20 at 22:28
-
thank you Sean DuBois – D3V Oct 22 '20 at 20:16