Can we do screen sharing using UCWA API (Lync) and Voice call? - ucwa

Can we do the following UCWA API (Lync)?
Screen Sharing
Video Call
Voice Call

As it stands today, No, No and No.

Related

Develop a web chat app using webrtc looking for any API for voice changing

I'm developing a web chat app using webrtc I want to know that can we change the voice of the user live calling in webrtc and is there any API for live call voice changer so let me know thanks
What you looking for is insertable streams api. It allows you to access the media stream and apply transformations to the stream.
Check out this example which applies low pass filter on the audio track. There's a link to code at the bottom of the page.

Voice call connection routing React-Native

I am trying to build an application which works this way: I as a user want to start a call with another user. The way I want the connection be made is by random. So it will connect to one of the many clients out there by random. Also when other clients try to make a call, it should connect to another random client and so on. I want those phone calls be made via application(such as WhatsApp) not as a phone call.
Now, the question is; is Twilio a good approach for this purpose?
If yes can you tell me which of their feature would fit my app the best?
Thanks for any suggestions!
Twilio developer evangelist here.
I can answer that Twilio would be a good approach for you to do this within your own application. I'd recommend using Twilio Video to build this as it allows cross platform communication via audio or video (in your case, you may not need the video, but this will give you the best audio quality).
As an example, my colleague Dominik built a video roulette application. It is the case that the interface was built in JavaScript for the web, but the idea would be the same for a native app. The code for the server side part of the application should give some insight into how to connect random pairings.
It's also possible to integrate Twilio Video with CallKit and Connection Services so that you can make outbound calls to other devices that ring like a real incoming call.

Using voice recognition with latest pebble sdk?

In the latest pebble time there is a mic implemented. This can be used to answer on messages coming from the phone by voice which will be transcribed and send back to the sender as an answer.
Is there a possibility to use the voice command/voice recognition in own pebble apps as well? I have found no info about that.
Thank you!
You can use the dictation API in applications.

how to access UCWA API in android code?

I want to access UCWA API in android code. Is it possible?.
If possible, pls give me an idea and hello world program.
does UCWA API support for Video Chat and Screen Sharing?
Yes, UCWA is a REST based API, so there's no reason why you wouldn't be able to access it from an Android app. Your best bet is to look through the samples on http://ucwa.lync.com/
There are no known Java libraries available, so you have to do all of that on your own. Paul's link is a good place to start, however you might also find the MS pages on a C# implementation useful(1), they certainly are cleaner than the Javascript based samples at http://ucwa.lync.com/
As for supporting video chat and screen sharing, the answer for now seems to be no. UCWA may be able to initiate these on the users Lync client though.
(1) http://msdn.microsoft.com/en-us/library/office/dn551186%28v=office.15%29.aspx

Nokia Counter on WP7

I downloaded Nokia Counters and I dont understand how do they get sms count and call durations if there is no API that could support this?
Do they have any extra APIs?
Most likely they have deeper access. After all, it is only for their devices which means that they can not only exit sandbox, but access their own proprietary API.
It is similar to Youtube app, Adobe Reader app and deep links to marketplace.
I would really want to get access to such API :/