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

Successful TCP socket connection refactor #406

Open
mikaelwills opened this issue Sep 28, 2023 · 0 comments
Open

Successful TCP socket connection refactor #406

mikaelwills opened this issue Sep 28, 2023 · 0 comments

Comments

@mikaelwills
Copy link
Contributor

Hey guys,

For a work research project we needed a flutter client to connect and use a 3cx server.
3cx unfortunately doesn't allow for a websocket connection.

I've succefully implemented a TCP connection with this package by abstracting a SocketInterface class that two WebSocket, and TcpSocket classes extend. Can register with the 3CX server, make calls, talk successfully and hang up.

I'm reaching out to field the interest in this as a future pull request!

Cheers

@mikaelwills mikaelwills changed the title TCP Socket connection Successful TCP socket connection refactor Sep 28, 2023
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

1 participant