videochat

Skype like application on Microsoft Azure Media Services

a 夏天 提交于 2020-08-25 04:30:50
问题 Currently I am working on an idea for a "Skype" like application. E.g people video call other people. Now I thought of running this on Microsoft Azure Media Services. However I'm not quite sure if this is possible. I found this video explaining how to make a simple stream from your computers webcam. What they do there is create a Channel (manually in the Azure environment) and stream to the ingest url . And the result can be seen in the publish url . So far so good. I understand this. But

best way to implement Video calling in android application [closed]

折月煮酒 提交于 2020-03-21 06:37:05
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . I want to implement video calling in my android application. What is best option for implementing this application? 回答1: Definitely i would recommend WebRTC (Web Real time Communication) it's a free, open project that provides browsers and mobile applications with Real-Time

best way to implement Video calling in android application [closed]

筅森魡賤 提交于 2020-03-21 06:36:54
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . I want to implement video calling in my android application. What is best option for implementing this application? 回答1: Definitely i would recommend WebRTC (Web Real time Communication) it's a free, open project that provides browsers and mobile applications with Real-Time

How to implement ooVoo library in android?

拜拜、爱过 提交于 2020-01-03 03:26:05
问题 I am trying to implement ooVoo library that provide's video, audio chat between user's, and I have downloaded the SDK from this Link after registration. I have read the documentation for ooVoo library but somehow i am not able to run even it's sample demo. So if anyone have implemented this library then please guide me how to do this ? I have added oovooSdk.jar file to my project. When I try to run this app first time I am getting following error in my logcat. 04-03 09:35:21.054: E/dalvikvm

Quickblox iOS: Connecting 2 users in video chat without initiating a call

試著忘記壹切 提交于 2020-01-02 23:48:41
问题 I have a video chat requirement wherein I have to connect 2 (somewhat related) users through video chat. I am not finding necessary api to call, hence the question. I am basically following this tutorial but it seems it doesn't have everything I need. I do not need explicit "call to this user" sort of function. The user never gets to see entire user list. As a result, I wonder if I could have X number of users calling and another X number of users waiting to accept that call. To summarize: I

Quickblox iOS: Connecting 2 users in video chat without initiating a call

匆匆过客 提交于 2020-01-02 23:48:17
问题 I have a video chat requirement wherein I have to connect 2 (somewhat related) users through video chat. I am not finding necessary api to call, hence the question. I am basically following this tutorial but it seems it doesn't have everything I need. I do not need explicit "call to this user" sort of function. The user never gets to see entire user list. As a result, I wonder if I could have X number of users calling and another X number of users waiting to accept that call. To summarize: I

how to implement video chat in iphone

混江龙づ霸主 提交于 2020-01-01 05:18:20
问题 Can anyone please tell me the way to do video chat in iphone? I tried to search it on many website but in vain. I found this link: http://code.google.com/p/xmppframework/wiki/iPhone I am not sure if this works for the video chat too? Thanks, Naveed 回答1: I don't have experience with XMPP, but I think you would have to add your own video solution on top of it. This is definitely not a straightforward task to accomplish - but this might be useful for you: 1) http://code.google.com/p/idoubs/ -

Which service to embed a videochat easily on a website? [closed]

天大地大妈咪最大 提交于 2019-12-22 05:41:33
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily. Here is the list of features I need: 1-to-1 chat (a user can chat with an other one) video voice chat be able to know if somebody is currently chatting user-friendly working on all

OpenTok suggestion how to start to build an app

天大地大妈咪最大 提交于 2019-12-13 18:32:09
问题 I'm trying to achieve an app opentok based. The project who i have in mind is an app which some subscribers, every subscriber can talk with an operator from their app phone and the operator have to stay on computer. Simply the app have to call an operator and record the call in server. I think which i have to create two apps: one which make the call from the phone and connect it to the session and another with the session already opened on the computer which also record the call. Or not? Or

QBChat didReceiveMessage is not getting called while receiving a call

ⅰ亾dé卋堺 提交于 2019-12-12 04:54:00
问题 I'm using Quickblox for voice/video call between two devices. While receiving a voice/video call from an user, I can see the log below, QBChat/didReceiveMessage: <message xmlns="jabber:client" id="XXX-XXX" to="XXXXX-XXXX@chat.quickblox.com" from="1XXXX20@chat.quickblox.com/Smack" type="qbvideochat_call"><extraParams xmlns=""><callType>1</callType><sessionID>XXXXXXX</sessionID></extraParams></message> The method, chatDidReceiveCallRequestFromUser is also being called. I can attend the call.