video-conferencing

Android client for kurento room

流过昼夜 提交于 2019-12-11 06:13:29
问题 i can connect ios app with kurento room for conference call without any issue but i cannot connect it with android, here i am following tutorial Kurento WebRTC Peer For Android to make android client to connect with kurento room. Here is the code what i am trying public class MainActivity extends AppCompatActivity implements RoomListener,NBMWebRTCPeer.Observer { private LooperExecutor executor; private static KurentoRoomAPI kurentoRoomAPI; private EglBase rootEglBase; private NBMWebRTCPeer

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

Integrate opentok video conferencing into parse.com + iOS app

房东的猫 提交于 2019-12-03 03:46:46
This question is not only aimed at code but my app design as well. I have an iphone app that requires opentok to handle the video/audio sessions. I have gone through basic samples but what I am confused about is session management. For example, if my iphone app wants to call a user from a mapview, how do I do that if all I have is this user's location (coordinates)? How do I ensure that the session I am publishing gets to that particular user somehow and that user subscribes to it? Currently I don't have any backend in my app. All I may have is location data of N users, who can possibly talk

Make voice and video call through internet with our application? [closed]

给你一囗甜甜゛ 提交于 2019-11-30 10:48:49
问题 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 develop voice and video call through our application users in android like Wechat Application. How can i doing this? I have searched in Google but i didn't get any exact reference or samples. Can anyone explain and give some sample source and references for doing this

How to make video call programmatically on Android 2.2 or higher?

狂风中的少年 提交于 2019-11-28 23:55:07
I am working on an application where I want to make a video call programmatically. I am using API level 8 for my application. I have Samsung Galaxy S, where I can use video calling functionality. Using intent action ACTION_CALL , I can start voice call. How to start video call? Which intent extra I have to provide? Is there any particular field which indicates that current outgoing call is video call? If yes, how can I set that field to indicate that I want to invoke a video call? Here is the code for creating video call on my Samsung Galaxy Tab (Android 2.2) Intent callIntent = new Intent(