How do you catch an event?
set callback function as property for creation object (rcp.onCallEnded="OnCallEndedFunc") 0%
set event listener based on <script> tag (<script type="text/javascript" for="ooVooWebApi" event=" onCallEnded(duration)">) 0%
use property onCallEnded of room object 0%
How do you force the web browser to load the Java Applet instead of the ActiveX control?
set property useActiveXorApplet= "applet" 0%
Java Applet is used by default 0%
set property useApplet= "yes" 0%
How do you get name of a participant who has left web room?
use event onParticipantLeft(string id) 0%
use property participantLeft of room object 0%
use property participantHistory of room object 0%
How do you get the details of new participant?
use property participantJoined of room object 0%
use property participantHistory of room object 0%
use event onParticipantJoined 0%
How do you increase the volume of a call to max value?
use method setSpeakersVolume(100) 0%
use method setMicVolume(100) 0%
it is impossible to increase the volume using Web API methods 0%
How often is the information about active video calls is updated?
1 minute 0%
30 seconds 0%
30 minutes 0%
information is updated in real time 0%
What is "gender" property used for?
to manage access for participants by gender 0%
to get higher revenues from advertisements 0%
for statistics 0%
What is the maximum number of participants that can be managed by videoCalls web service?
Which attributes can be set for participants in the videoCalls web service?
age 0%
displayName 0%
gender 0%
id 0%
name 0%
status 0%
type 0%
Which languages are supported for the text that are included in the room?
English="en" 0%
Arabic="ar" 0%
Italian="it" 0%
Chinese="ch" 0%
Which method is used to enable speaker volume bar?
enableSpeakersBar() 0%
enableSpeakers() 0%
enableSpeakersVolume() 0%
Which method is used to end a call?
finishCall() 0%
endCall() 0%
stop() 0%
Which method is used to return the room name?
getProperty('displayName') 0%
getDisplayName() 0%
getRoomName() 0%
Which method raises an event after execution?
minimizeVideoWindow() 0%
enableSpeakers() 0%
endCall() 0%
Which methods can be executed to change settings for a specific participant?
enableCamera 0%
muteMic 0%
setMicVolume 0%
minimizeVideoWindow 0%
restoreVideoWindow 0%
Which properties are required for room creation?
roomID 0%
instanceKey 0%
displayName 0%
useActiveXorApplet 0%
Which Url is used to get videoCalls web service?
https://api.oovoo.com/rooms/<roomID>/videoCalls 0.0%
https://api.oovoo.com/rooms/<roomID>/?webservice=videoCalls 0.0%
https://api.oovoo.com/rooms/<roomID>/webservices/videoCalls 100.0%
Which value format is used to set color properties?
rgb(255,180,0) 0%
#ff6600 0%
orange 0%
Which web service is used to get the call participants list?
participantsArray 0%
participantList 0%
videoCalls 0%