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

Add to Plugin Marketplace

Open hanzei opened this issue 4 years ago • 7 comments

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.

hanzei avatar Apr 04 '20 13:04 hanzei

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

niklabh avatar Apr 04 '20 13:04 niklabh

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

hanzei avatar Apr 04 '20 13:04 hanzei

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 avatar Apr 04 '20 14:04 niklabh

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

niklabh avatar Apr 04 '20 14:04 niklabh

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.

aaronrothschild avatar Apr 06 '20 19:04 aaronrothschild

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.

hanzei avatar Apr 28 '20 10:04 hanzei

Thanks will add that

niklabh avatar Apr 28 '20 10:04 niklabh