videochat

Limiting the amount of sending the presence while integrating Quickblox SDK

*爱你&永不变心* 提交于 2019-12-11 11:18:48
问题 Let me try to explain clearly, I'm using the QucikBlox SDK for Video calls between two users. It's working great. But, I need to send the presence of user to QB server for every 30 seconds. [NSTimer scheduledTimerWithTimeInterval:30 target:[QBChat instance] selector:@selector(sendPresence) userInfo:nil repeats:YES]; This may consume some network connection data of the user. Is there any way to limit this method call?(I don't know whether I'm explaining correct.If any clarifications - please

How to Know the time duration a token was streaming it's video to a session in opentok

你离开我真会死。 提交于 2019-12-11 08:52:21
问题 I connected , subscribed to a session in opentok with a token and streamed my video. Now How do I get informations like How much time did my video streamed, and many other informations which can be useful for data analysis. var apiKey = "*****"; var sessionId = "**************************"; var token = "************"; var publisher = TB.initPublisher(apiKey); var session = TB.initSession(sessionId); session.connect(apiKey, token); session.addEventListener("sessionConnected",

OpenTok - How to publish/unpublish manually?

末鹿安然 提交于 2019-12-10 13:03:30
问题 I looked at these links http://www.tokbox.com/opentok/api/tools/js/documentation/overview/publish.html http://www.tokbox.com/opentok/api/tools/js/tutorials/overview but their are no examples for publishingunpublishing manually, that is, publishing/unpublishing without using 'streamCreated'/'streamDestroyed' event handler respectively. The reason I want to do this is that I have a button to publish/unpublish so that the user can do it at will. Is there a way to do this? 回答1: Yes and it is very

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

╄→гoц情女王★ 提交于 2019-12-08 03:18:26
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 just want to connect users based on some traits (like their registered tags). For any user A, there can

Video calling in desktop application .net

六月ゝ 毕业季﹏ 提交于 2019-12-07 02:49:17
问题 I am working on a wpf application which is suppose to have video calling feature. So I am going for Skype to provide me with the solution. I am using Skype4COM library to do it. I got all the friends from Skype in my application, I can make call to my friends and even can do video call, but I cant control streaming. Video is being shown in Skype window, I want to show it inside my application like a part of my application. I don't even know which control should I use to handle the video

Video chat in android

若如初见. 提交于 2019-12-04 14:53:43
问题 What i am doing: I am building an android application for 1 to 1 video chatting and i need help here What i did: 1) I came across Quickblox, i tried my best to understand and implement it and i really coudn't get it working 2) I researched about Sipdroid, i cant understand it either What i want: I am in need of either 1) A simple library, with good documentation to implement video chat. 2) An excellent tutorial for implementing video chat in android. Please guide me 来源: https://stackoverflow

how to implement video chat in iphone

瘦欲@ 提交于 2019-12-03 14:21:11
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 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/ - open-source 3GPP IMS client for iOS 2) http://labs.adobe.com/technologies/cirrus/ - RTMFP protocol - works on

How to implement 3-way conference call video chat with WebRTC Native Code for Android?

被刻印的时光 ゝ 提交于 2019-12-03 09:20:05
问题 I'm trying to implement 3-way video chat inside an Android app using the WebRTC Native Code package for Android (i.e. not using a WebView). I've written a signalling server using node.js and used the Gottox socket.io java client library inside the client app to connect to the server, exchange SDP packets and establish a 2-way video chat connection. However now I'm having problems going beyond that to a 3-way call. The AppRTCDemo app that comes with the WebRTC native code package demonstrates

Video chat in android

三世轮回 提交于 2019-12-03 09:14:51
What i am doing: I am building an android application for 1 to 1 video chatting and i need help here What i did: 1) I came across Quickblox , i tried my best to understand and implement it and i really coudn't get it working 2) I researched about Sipdroid , i cant understand it either What i want: I am in need of either 1) A simple library, with good documentation to implement video chat. 2) An excellent tutorial for implementing video chat in android. Please guide me 来源: https://stackoverflow.com/questions/22626399/video-chat-in-android

Sinch Video Chat - Remote Video Issue

人走茶凉 提交于 2019-12-02 02:46:11
问题 I am developing a chat application. For the video chat integration i am using sinch android sdk. I got it https://github.com/sinch/android-video-calling sample working fine. I dont want to show local video view on user screen. So when i removed it from callscreen activity layout and from callscreen activity java class there is no remote video shown on either of the devices. The video views doesnt seem to be linked to view in layout as they are fetched from getSinchServiceInterface()