sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.49k stars 442 forks source link

How to integrate Jitsi server #543

Closed peteryang023 closed 3 weeks ago

peteryang023 commented 3 years ago

@sipsorcery I want to integrate Jitsi, I already set up a server with Jitsi, and share the video between 2 clients by Sipsorery APIs, but I don't know how to communicate with the clients via the Jitsi server, so that I can establish the connection between mobile and PC, is there a way for that? Looking forward to you reply.

Thanks, Peter

sipsorcery commented 3 years ago

I haven't done a Jitsi integration so I can't give you an answer. My guess is there Jitsi has some kind of API and perhaps there's even a C# SDK floating around somewhere.

For an example of similar integrations see:

peteryang023 commented 3 years ago

@sipsorcery thanks for the reply.

rafcsoares commented 3 years ago

@peteryang023 Jitsi use XMPP instead websocket to send messages...

Because of this, integrate with this media server is far more complex than integrate with OpenVidu/Kurento

sipsorcery commented 3 weeks ago

No XMPP feature planned (did it once ages ago when the GoogleVoice service offered free calls but code long since rotted).