ykjainth / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

How can i recieve an audio call #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm learning about SIP programming and found IMSDROID is a good sample.
How can i recieve audio call? In which class or package can i find the method? 
How does it work? thx.

Please excuse my broken English.
And thanks for your work!

Original issue reported on code.google.com by lhcsak...@gmail.com on 25 Apr 2011 at 10:32

GoogleCodeExporter commented 9 years ago
The best way to start is to download the source code of IMSDroid and 
android-ngn-stack, try to make audio/video calls, put breakpoints, add log 
message, analyze the code,...then if you have clear questions we'll be happy to 
help you.
By clear questions I mean something like: "Why should we use NgnAVSesion 
instead of NgnInviteSession"? or "How to retrieve the session id"? or ....

Original comment by boss...@yahoo.fr on 28 Apr 2011 at 12:46