How can do screen share using restcomm? - restcomm

I am trying to implement screen share in RestComm platform. I am not able to find a suitable implementation guild.
Please help us this

It's not yet available, see https://github.com/RestComm/restcomm-web-sdk/issues/7. Feel free to help and try to contribute it though, we would gladly welcome that ;) !

Related

Using DeckGL with Vue.js

I am struggling to get Deck play nice with vue. all the examples I have found till today are either quite hacked, not really my use case or out of date.
Does anyone know a good first step Source I could look at to get started?
I'm not sure if you ever found your solution or if you found other content, but I just wanted to post some info here in case you or anyone else who finds there way here needs some help on this.
There is a open source library we are working on to help bootstrap DeckGL/Mapbox implementations in Vue while providing some and soon more helpful abstractions.
Here is a couple links you may find useful:
Repo: https://github.com/loftylabs/vue_deckgl
Tutorial and documentation: https://loftylabs.github.io/vue_deckgl/
Feel free to stop by the repo and drop questions in issues if you are looking for any more help!

What is the best mobile "text-to-speech" and "speech-to-text" tool for both android and IOS?

Would you please help me to find out the best mobile "text-to-speech" and "speech-to-text" tool for both android and IOS?
I searched the web and found some tools such as:
For Speech to Text(STT):
1.react-native-voice
2.RNSpeakChat
3.Using Google Cloud
4.SpeechRecognizer
5.react-native-watson
6.react-speech-recognition
7.react-native-speech-recognition
and for text to speech (TTS):
1.react-native-tts
2.react-native-watson
3.react-native-speech
But I couldn't find which one is the best choice. Would you please help me in this regard?
Thanks in advance
For Speech to text you can refer this article as it explains precisely and also it uses react-native-voice as its an easy library to get started with . react-native-speech-to-text
For text-to-speech functionality, as per documentation of react-native-tts looks simple. you could implement that.
Hope it helps. feel free for doubts

how to use kCICategoryDistortionEffect and kCICategoryGeometryAdjustment in iOS?

I wants to add "Face-wrap" effect in my iOS app. After lots of searching i came to know that there is CoreImage Framework in iOS which provides some constants as kCICategoryDistortionEffect and kCICategoryGeometryAdjustment. I hope that both will help me in achieving my aim. But, now i am enable to find any example of how to use them. Can you please help me?
Thanks, in advance.

Objective C twitter client help!

I'm trying to update my app (iSocialNet) to use the latest version of MGTwitterEngine without success. I've successfully got iSocialNet to work using Ben Gottlieb's Twitter+OAuth, but there are issues that come with it.
What I would like to do is make my own 'TwitterEngine' but I'm not sure where to start. Can anyone please point me in the right direction? I must warn you that my knowledge of ObjC is minimal, but I'm getting there. Any help is appreciated.
The problem with Twitter+OAuth is that I can't get native retweets to show in the timeline, there's no retweet feature in the MGTE supplied, I can't get all users that a person follows and that's just what I've encountered so far. This is why i need to either update MGTE which comes with OAuth or i need to implement my own engine. I know that OAuth is tricky, but there's a library that MGTE uses that I would use. It's the actuall speaking to twitter that I don't understand.
Many thanks in advance
You could try to parse the timeline directly off twitter, I have same problem and I think it may solve the retweet problem as well as parse the follower list off twitter too ;)
I'd recommend you to explain your problems with Ben Gottlieb's Twitter+OAuth here better than implementing a new OAuth engine, that's absolutely not trivial and with little Objective-C knowledgement it could be disappointing for you! We can help each other here and by reusing code.

Where can we find the GData.framework for iPhone in iphone sdk?

Can anyone suggest me where can I find the GData.framework with steps.
Anyone's help will be much Appreciated.
Thanks to all,
Monish.
The main GData page is located at http://code.google.com/p/gdata-objectivec-client/
Check out the Introduction to Google Data APIs for Cocoa Developers, as well as some example applications here, and you can view the introductory slides.
Hope this helps!