mattermost-plugin-webrtc-video icon indicating copy to clipboard operation
mattermost-plugin-webrtc-video copied to clipboard

Use mattermost for signalling rather than signalhub

Open niklabh opened this issue 4 years ago • 1 comments

  • For webrtc connection signalling is required from one user to another.
  • mattermost can be used to send this data. Need to investigate if mattermost can be used to send data between plugins.
  • signalhub can be removed.

niklabh avatar Mar 31 '20 06:03 niklabh

As stated in #17 I think JS websockets can definitely be used instead of signalhub. In fact I think websockets are already used within Mattermost.

melroy89 avatar Jun 03 '20 22:06 melroy89