jimying/pjwebsock

Does this project work on android?

datpt11 opened this issue · 3 comments

Does this project work on android?

It's pure c, should be okay. You can try it and give feedback if it doesn't work.

Have you tried it with pjsip before?

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).