Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to setup a UDP connection for SIP credential? #442

Open
ithieund opened this issue Jun 13, 2024 · 2 comments
Open

How to setup a UDP connection for SIP credential? #442

ithieund opened this issue Jun 13, 2024 · 2 comments

Comments

@ithieund
Copy link

Hello,
I'm new to Flutter and this plugin too. I can see in the example app that it already support TCP and WS, but cannot see anywhere to setup the UDP connection because my VOIP server only support this kind of connection.
Please give me some advice or instruction to make it work.
Thank you very much!

@dineshpote26
Copy link

@ithieund got solution?

@cloudwebrtc
Copy link
Member

Since dart-sip-ua relies on webrtc as the media framework, the size of the generated SDP and Invite messages will exceed 1500 (MTU), so it is not suitable for UDP transmission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants