flutter-webrtc / dart-sip-ua

A dart-lang version of the SIP UA stack.
MIT License
338 stars 261 forks source link

Is it possible to use only SIP without Websocket? #336

Closed mkarabacak closed 1 year ago

mkarabacak commented 1 year ago

I only need SIP application (no need IM, audio/video call). It is possible to get out flutter-webrtc integration ? I can pay for SIP only solution.

Thanks in advance,

ghenry commented 1 year ago

Hi @mkarabacak

Sorry, this is a port of JsSIP, which is SIP over Websockets.

Thanks.

mkarabacak commented 1 year ago

Hi @ghenry , thanks for quick reply.