Respected Fellows,
i am building a chat room style application in java language, in which i am providing the functionality of text as well as audio chat. but i am feeling little bit ambiguity in audio functions, so plz help me and told me about the code which i have to use to make such kind of chat room which give the functionality of mic base audio chat. Thanks a lot

Create four JSP Pages;

* - Homepage.jsp
* - Firstpage.jsp
* - Secondpage.jsp
* - Thirdpage.jsp
* - Fourthpage.jsp

On hompage.jsp provide two text boxes and a submit button. In first text box user is suppose to enter their name. And in second text box a number from 1 to 4. If user enters 1 in text box and click on submit button firstpage.jsp should open with a welcome message to user by their name. Same goes for number 2, 3 and 4. Entering any other number should be reported in red text above the text boxes on same homepage.jsp

commented: completely useless -3
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.