Replies: 2 comments 2 replies
-
DataChannel is indeed a very necessary feature, which can be used in instant messaging (IM) scenarios. Of course, WebRTC is also continuously adjusting the implementation of DataChannel. It is possible that in the future, QUIC could also be used as a channel for IM messages. Therefore, we should not rush to merge this feature. We might discuss and see if it is appropriate to merge it in SRS (Simple Real-time Server) version 6 or 7.
|
Beta Was this translation helpful? Give feedback.
-
I have discovered two instant messaging solutions. https://github.com/openimsdk/open-im-server Typically, they would use WebSockets instead of DataChannels. Moreover, using WebRTC DataChannels for instant messaging may not necessarily offer more advantages than WebSockets.
|
Beta Was this translation helpful? Give feedback.
-
Any plan to merge srs-sctp?
Really need to send and receive data on webrtc data channel.
Beta Was this translation helpful? Give feedback.
All reactions