Create A Text - Voice And Video Chat In C#?
I want to create a text, voice and video chat facility in our website like gmail/gtalk (video chat quality like skype)? how to find refernce/ project source code or any useful links to create chat application also to send/share any file to him. we can be able to send text and voice message when user is offline.
View 2 Replies (Posted: May 24, 2010 06:25 AM)
Sponsored Links:
Related Forum Messages For ASP.NET category:
C# - Audio/Video/Text Chat In ASP.Net App
I need to develop a chat system in ASP.Net. I have gone through lots of SO question asked on similar topic, but did'nt find any one satisfactory. Is it possible to create it from scratch or do i need to go for some API's. My requirement is limited to my site users only, can say intranet based.
Posted: Jan 7 at 10:13
View 2 Replies!
View Related
Create Web Chat With Dotnet Framework 3.5
I need to create chat application in asp.net.But I don't need to store chat messages in database. Only I retrieve user list from database. I have to create group chat also. I have to show list users but online user's image in green color offline user image in red color for differentiating people.
Posted: Jan 19, 2010 05:51 AM
View 7 Replies!
View Related
Web Forms :: Create Chat Room In VB
I have done some research on creating a chat room for my website. i found one on the following site: [URL] But it is in C#, i tried converting it to VB version but it gives me different errors. I dont know much about it.
Posted: Apr 19, 2010 04:47 AM
View 9 Replies!
View Related
AJAX :: Create Facebook Like Chat In .Net
l'd like to create facebook like chat application in asp.net. This is real situation and I cant implement any workaround....since there would be large no. of users using the application.I need to implement 1-1 chat functionality where user can chat with multiple users by opening multiple chat windows much similar to facebook.
Posted: Jun 25, 2010 04:15 AM
View 1 Replies!
View Related
VS 2008 Basic Chat (like Chat Works In Gmail) To Be Added In Website
I am developing a asp.net website. There are lots of personal profiles created in my website and friends needed to interact online. The functionality is same like that works in gmail with our friends. Only requirement of send and receive messages live through a small window popup inside of my website. Can someone provide any sample code of that or idea of how to develop it?
Posted: Sep 25th, 2009, 02:26 AM
View 1 Replies!
View Related
Architecture :: How To Save A Large Data Of Chat Room In Chat Application
I'm developing chat application on asp.net mvc, in my app, user can create room and invite other join to chat, but don't need to save chat room information.So, I designed to save all chat message ,room information and user info in Session and clear it when owner close the room.I'm worry about stressing server when I save alot of data (include room info, user info, and message) in Session if there are up to 5000 rooms created and alot of messages transfered in that room.Is my solution good enough ? is it ok to save in Session ?
Posted: Nov 03, 2010 09:36 AM
View 3 Replies!
View Related
AJAX :: Trying To Create An Chat Client That Will Connect To An IRC?
I am trying to create an chat client that will connect to an IRC. This is what I have so far: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MagikChat._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> [Code]... The problem I am facing is that for some reason when the Timer is enabled and calling the server method , I cant send messages to the server, it's like the operations are cancelling each other out. I receive just fine, when I try to send everything gets stuck and nothing works anymore.
Posted: Nov 14, 2009 03:40 AM
View 3 Replies!
View Related
How To Create An Application That Combines A Website To A Chat Program
So I am trying to create and application that combines a website to a chat program. Essentially what I want is this Users to be able to go to the website and look at data if they want to add data they can do that on the website based on this data, a message pops up on the appropriate agents PC the agent can then forward the request or accept the request and type in a message/data in that same pop up window and send it to the website which would update the website. I have too many options to choose from and I am very confused.I believe for the agent side(chat) WCF would be good, but not sure about the website side.Should i use dynamic data webpage orwcf data services?
Posted: May 04, 2010 07:54 PM
View 2 Replies!
View Related
Web Forms :: How To Create Dynamic Video Player
i have dataset with a table that fill by database with link of youtube. i have a datagridview, that fill by the table with the link. above the datagrideview in the same page, i want to create dynamic video player, so when i click a call in the datagridview he will start in the video player above.
Posted: Feb 24, 2011 08:32 AM
View 1 Replies!
View Related
Mobiles :: How To Send Voice Sms
am developing my project in asp.net 2.0 and c# and Now I am sending Text sms using Third party API.Now I want to send voice sms to mobiles.Do I need to develop it as mobile application or I need to purchase 3rd party API. some reference links for this process.
Posted: Jan 20, 2010 06:14 AM
View 1 Replies!
View Related
Basic Template - Implement For A Video Search Function For Youtube Video?
Now i'm currently trying to code a basic website as a project and i've run into problems regarding a search video function. having searched through the forum i still could not find a solution.What i intend to do is to have a video search web service in my website, perhaps something like this:http://www.google.com/uds/solutions/...rch/index.html. however from my limited understanding the codes provided is unable to work with VS2005? Is there a basic template that i could follow and implement for a video search function for youtubes video?
Posted: Jan 12th, 2010, 01:24 AM
View 8 Replies!
View Related
|