niklabh / mattermost-plugin-webrtc-video

A webrtc video call plugin for mattermost
Apache License 2.0
86 stars 17 forks source link

Add to Plugin Marketplace #17

Open hanzei opened 4 years ago

hanzei commented 4 years ago

Hi @niklabh and @dankeder,

You did a great work with this plugin :+1: Given that Mattermost lacks a build-in video conference feature, it's good the have the functionality in a plugin.

Would you be interested on submitting your plugin to the Plugin Marketplace? You can find the process for submitting your plugin here.

niklabh commented 4 years ago

Thankyou so much. I am looking forward to this. I also need community members to help me polish this to production grade video chat. Can you please help in that @hanzei

hanzei commented 4 years ago

What issues should be resolved before cutting v1.0? Maybe you create a Milestone and assign them all it it?

niklabh commented 4 years ago

mute and video buttons should work. Also i am wondering if i can use mattermost itself to signal for webrtc calls instead of signalhub. Is there a way to send data between users with plugin

niklabh commented 4 years ago

https://github.com/niklabh/mattermost-plugin-webrtc-video/projects/1

aaronrothschild commented 4 years ago

This is great to hear @niklabh and @dankeder , looking forward to getting this into the Plugin Marketplace! Let me know how I can help out.

hanzei commented 4 years ago

Also i am wondering if i can use mattermost itself to signal for webrtc calls instead of signalhub. Is there a way to send data between users with plugin

Plugins can send websocket event via the server to other users. Would this help?

Plugins can also execute arbitrary code. Hence, it could spin up a signalhub server using e.g. docker.

niklabh commented 4 years ago

Thanks will add that