xmpp-web icon indicating copy to clipboard operation
xmpp-web copied to clipboard

Add webRTC support (audio and video calls)

Open nioc opened this issue 6 years ago • 7 comments

nioc avatar Nov 02 '19 16:11 nioc

This is actually easier than it sounds like and Stanza even has a demo for Jingle calls: https://github.com/legastero/stanza/blob/master/examples/jingle-demo.html

(I did verify that it works)

wiktor-k avatar Mar 24 '21 07:03 wiktor-k

Thanks @wiktor-k I'll look at it.

nioc avatar Mar 24 '21 21:03 nioc

@nioc I actually spent some time thinking and writing small PoC JS XMPP clients if you'd like to I can send you my "braindump" somewhere... if not... then it's okay too :)

wiktor-k avatar Apr 01 '21 09:04 wiktor-k

@wiktor-k Ok, with pleasure. May be you can publish it as a new Github repo?

nioc avatar Apr 01 '21 10:04 nioc

how about this work?

zsinba avatar Dec 13 '21 18:12 zsinba

how about this work? ??

zsinba avatar Dec 13 '21 18:12 zsinba

:eyes: https://github.com/otalk/jingle.js

ThatOneCalculator avatar May 29 '22 22:05 ThatOneCalculator