Does this project work on android?
datpt11 opened this issue · 3 comments
datpt11 commented
Does this project work on android?
jimying commented
It's pure c, should be okay. You can try it and give feedback if it doesn't work.
datpt11 commented
Have you tried it with pjsip before?
jimying commented
First of all:
pjwebsock is a websocket library, no relation with sip protocol stack.
It only depend on pjlib (which is a module in pjsip project, can work alone).
If you mean that it can build with pjlib and work, the answer is yes (i had test it on linux and macos and work well).