deleolajide / openfire-candy

Automatically exported from code.google.com/p/openfire-candy
1 stars 1 forks source link

_openlinkResponse is not defined #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install openfire-candy per the instructions
2. Go to the example page 
(http://your-server:7070/candy/candy/example/index.html)
3. Try to initiate an audio chat on a browser that does not support WebRTC 
(e.g. Firefox) by starting a private chat with another user and then clicking 
their username

What is the expected output? What do you see instead?

Expected: audio chat will be initiated
Actual: error appears in console: "ReferenceError: _openlinkResponse is not 
defined" (candy.js, line 237)

This issue is a reference to this line of code:
http://code.google.com/p/openfire-candy/source/browse/trunk/plugin/candy/plugins
/voicebridge/candy.js#237

Even if one manually assigns a value to the variable _openlinkResponse, there 
seems to be another undefined variable "voicebridge" here:

http://code.google.com/p/openfire-candy/source/browse/trunk/plugin/candy/plugins
/voicebridge/candy.js#274

Original issue reported on code.google.com by matt.dia...@environmentalaesthetics.com on 21 Sep 2012 at 10:44