dvoina / imsdroid

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

I want to send file.Which method should be called? #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.callMsrp method can build INVITE/200 OK session connection.
2.When I want to transfer file,which method should be called?
3.Could you give me a demo code,please?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
IMSDroid 1.2.355   on Android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by nieyaol...@gmail.com on 12 Jan 2011 at 1:10

GoogleCodeExporter commented 9 years ago
For information the client already support file transfer. Sending a file is as 
easy as calling "MyMsrpSession::sendFile(String remoteUri, String path);"

Original comment by boss...@yahoo.fr on 13 Jan 2011 at 5:22