The sip tag has no wiki summary.
2
votes
0answers
82 views
Video conferencing server architecture
I am developing a video conference application with the following requirements:
Audio works like call conference, where all participants may talk at the same time.
However, video works like ...
-2
votes
1answer
147 views
Alternative to SIP, voice communication in Android [closed]
Is it exists any alternative to SIP protocol? I want implement voice & video chat option in my application. I don't want use SIP, because I need only simple communication without call for ...
0
votes
1answer
76 views
How can a server initiate request in SIP protocol?
Either a client or a server can initiate request in SIP. How is it possible? How will the server know about the client?
1
vote
2answers
249 views
Implementing the transport layer for a SIP UAC
I have a somewhat simple, but specific, question about implementing the transport layer for a SIP UAC.
Do I expect the response to a request on the same socket that I sent the request on, or do I let ...