mattermost-plugin-webrtc-video
mattermost-plugin-webrtc-video copied to clipboard
Use mattermost for signalling rather than signalhub
- 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.
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.