waleedAhmad1 / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

Sip Not Supported in Google Glass #581

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run the SipDemo sample program
2. Print SipManager.isApiSupported(Context) - Prints as false
3. Print SipManager.isVoipSupported(Context)- Prints as false

What is the expected output? What do you see instead?
For Sip supported devices SipManager.isApiSupported(Context) returns true. But 
Google Glass does not have a SIP stack it seems. It returns false. Similarly 
SipManager.isVoipSupported(Context) also returns false which indicates 
that SIP-based VOIP API is not supported by the system. My aim was to try out 
voice chat from google glass

What version of the product are you using? On what operating system?
Am using Google Glass XE19.1 , Android 4.4.2

Please provide any additional information below.

Original issue reported on code.google.com by tcsperva...@gmail.com on 29 Jul 2014 at 2:44