Attach(int 1, string applicationID, boolean parameter) - what does third parameter mean?
If the method verify ooVoo connection or not 0%
If the method should wait or not 0%
If the method should change AttachStatus or not 0%
Can a file be sent to multiple users in one time?
ChatStatus event has 2 parameters. What is the value of the first parameter if the second parameter contains ooVoo Id?
0 = Open, 0%
1 = Close, 0%
2 = NewUser 0%
3 = Message 0%
4 = ExitUser 0%
ChatStatus event has 2 parameters. What is the value of the first parameter if the second parameter is equal to {00F18AE6-7159-0000-B0EC-D2DF92F72449}?
0 = Open, 0%
1 = Close, 0%
2 = NewUser 0%
3 = Message 0%
4 = ExitUser 0%
How 'Record Video Message' window can be opened with specified ooVoo user(s) inside?
Using CreateVideoMessage method 0%
Using VCallClick 0%
Using Call with empty input string 0%
How an empty IUserPtr can be created?
Using CreateUser method of ooVoo class 0%
Using CreateUser property of ooVoo class 0%
Using CreateUser method of IusersList class 0%
How an empty IUsersList (that can be used for CreateVideoMessage, SendFiles, Call2 and ChatStart) can be created?
Using CreateUsersList method of ooVoo class 0%
Using property CreateUsersList of ooVoo class 0%
Using method CreateUsersList of IusersList class 0%
Using property Contact of ooVoo class and clear it by launching of IusersList.RemoveAll method 0%
How can a user be added to the conference if the Invite button in the conference window is disabled?
By double click on participant in ooVoo Client 0%
By click of "Start ooVoo video call" in right-click menu on participant in ooVoo Client 0%
This is not possible 0%
How can chat message be got from an user?
Using GetMessage method 0%
Using chat handle (returns from ChatStart), Message property 0%
Using ChatStatus event 0%
How can particular Chat window be closed?
This is not possible with ooVoo API 0%
Using method ChatUnset 0%
Using method ChatClose 0%
How many chat sessions can be started at once?
1 0%
3 0%
6 0%
20 0%
no limitations 0%
How many files can be sent at once?
6 for SUPER account, 3 for others 0%
6 for all 0%
10 0%
20 0%
How many possible values IUser.Gender property can have?
How ooVoo contact list can be got?
Using Contacts property of ooVoo class 0%
Using GetContacts method of ooVoo class 0%
Using method Contacts of IUsersList class 0%
How ooVoo ID can be got from IUser object?
IUser.oid 0%
IUser.Id 0%
IUser.Handle 0%
None of the options 0%
How the volume of microphone can be reduced to 20 percent?
VCallClick(0x00100, 20) ; # 0x00100 - mic slider 0%
VCallSetDevice(0x00100, 20) ; # 0x00100 - mic slider 0%
SetVolume(20) 0%
How to catch event from ooVoo object?
Using event listener, for example <script type="text/javascript" for="ooVooApi" event="JavaLink(url)"> 0%
Using method GetEvent 0%
Using ooVoo_obj.onStatusChange 0%
How to catch event value generated by attach method?
Setting event listener <script type="text/javascript" for="ooVooApi" event="AttachStatus(ch)"> 0%
Using AttachStatus property 0%
How to correctly turn off user's microphone?
VCallEnable(false, 0x00040) # 0x00040 mic 0%
VCallEnable(false, 0x00080) # 0x00080 mic device 0%
VcallClick(0x00100, 0); VCallEnable(false, 0x00040); # 0x00040 mic, 0x00100 - mic slider 0%
VcallClick(0x00100, 0); VCallEnable(false, 0x00080); # 0x00080 mic device, 0x00100 - mic slider 0%
How to enable all buttons?
VcallEnable(true,-1) 0%
VcallEnable(true, 0) 0%
Close browser window 0%
Call Attach method 0%
How user object (IUser) can be got from contact list (IUsersList)?
IUsersList.Item(2) 0%
IUsersList.Item["FriendOovooID"] 0%
IUsersList(2) 0%
IUsersList["FriendOovooID"] 0%
IUsersList.firstChild 0%
IUsersList.childNodes(1) 0%
IUsersList.Item[2] 0%
UserState event is fired when there is a change of status (online, away, etc.) for:
One of your contacts 0%
You 0%
You and one of your contacts 0%
What happens if two users are inputted in ChatStart method:
Two chat windows will be opened 0%
Chat conference with two participants will be opened 0%
Error message will appear 0%
Chat session will be opened with only first participant 0%
What information CurrentUserLong method returns?
DisplayName 0%
Country 0%
Status 0%
Language 0%
Handle 0%
All of these 0%
What information CurrentUserShort method returns?
DisplayName 0%
Country 0%
Status 0%
Language 0%
Handle 0%
What is the difference between Call and Call2?
Different input parameter (string for Call and IusersList for Call2) 0%
Different return variables (boolean true/false for Call and ICall for Call2) 0%
Call2 can call to phone number but Call can't call to phone number 0%
What is the limit of using CreateVideoMessage method?
It can be launched only for user with SUPER account 0%
It can be launched only for active Call 0%
No limitations 0%
What is the limitation of the number of users for sending of files?
6 for SUPER account, 3 for others 0%
6 for all 0%
10 0%
20 0%
No limitations 0%
What restriction is used for files size to be sent?
size<100Mb 0%
0<size<25Mb 0%
0<size<10Mb 0%
size<25Mb 0%
size<10Mb 0%
What value AttachStatus will take if at the time of connection ooVoo client is disconnected?
-1 = Unknown, 0%
0 = Success, 0%
1 = Pending authorization, 0%
2 = Refused, 0%
3 = Attach not available, 0%
4 = Attach available 0%
What value ConversationState will take if the call is initialized by a friend from contact list?
0 = Calling, 0%
1 = Rejected, 0%
2 = Busy, 0%
3 = In Process, 0%
4 = Ended, 0%
5 = Accepted 0%
null (or equal to the previous value) 0%
What value JavaLink event will have after opening of the 'Invite non-ooVoo friends' window before link generation?
null 0%
Empty string 0%
0 0%
-1 0%
When the third parameter of UserState event is equal to -1?
When user changes status to "Invisible" 0%
When user changes status to "Away" 0%
When you delete user from contact list 0%
When user deletes you from his contact list 0%
When video call window buttons can be disabled: before a conference or after?
Before 0%
After 0%
Both options 0%
Which class has AddByStr method?
ooVoo 0%
IUser 0%
IUsersList 0%
ICall 0%
Which common parameter is inputted in CreateVideoMessage, SendFiles, ChatStart, ChatAdd methods?
IUser 0%
IUsersList 0%
ICall 0%
Which condition checks that GetOoVooVersion is valid:
oovoo_obj. GetOoVooVersion > "1.7.1.5" 0%
oovoo_obj. GetOoVooVersion > parseFloat( "1.7.1.5") 0%
parseFloat(oovoo_obj. GetOoVooVersion) > parseFloat( "1.7.1.5") 0%
None 0%
Which event is generated by Attach method?
ConnectionStatus 0%
AttachStatus 0%
ConversationState 0%
Which event is generated by Call and Call2 methods?
CallStatus 0%
ConferenceStatus 0%
ConversationState 0%
Which file extensions are allowed to send?
Only images and docs 0%
Images, docs and rar 0%
No limitations 0%
Which format of output data the VCallGetDevices methods returns?
String 0%
Unsigned integer 0%
boolean 0%
Which method is better to use to conditionally display 'Download' button in an HTML page?
IsRunning 0%
GetOoVooVersion 0%
IsInstalled 0%
Which method is used to block/unblock an ooVoo user?
BlockUser 0%
BlockContact 0%
Block 0%
UserBlock 0%
Which method is used to connect the API object with ooVoo client?
Connect 0%
Attach 0%
StartClient 0%
Call 0%
Which method is used to insert a text message into a chat window?
ChatSend 0%
ChatMessage 0%
SendMessage 0%
Which method is used to open 'Invite non-ooVoo friends' window?
CallNonOovoo 0%
Call 0%
Call2 0%
VCallClick 0%
Which method is used to open file exchange window?
SendFiles 0%
FileExchange 0%
None of the options 0%
Which method is used to open the Chat window?
Chat 0%
Chat2 0%
ChatConferenceStat 0%
ChatStart 0%
Which method is used to run ooVoo Client?
StartClient 0%
Run 0%
RunClient 0%
Which method should be used to get user's name by user's ooVooID if a user is not in the contact list?
GetUser method 0%
SearchUser method 0%
This feature is not supported 0%
Which method should be used to start Conference with IusersList parameter?
Which method should be used to start Conference with String parameter?
Which methods generate ConversationState event?
Attach 0%
Call 0%
CreateVideoMessage 0%
Which methods use ICall class?
Call 0%
Call2 0%
EndCall 0%
BlockContact 0%
None of the options 0%
Which of the following scenarios should use VCallGetDevices method?
Getting the device list for microphone 0%
Getting the variant list of video quality 0%
Getting the list of all buttons 0%
Which of these responses oovoo_obj.Contacts(12) .Birthday expression returns?
Sun Sep 18 00:00:00 UTC+0300 1983 0%
120773913202050000 0%
undefined 0%
null 0%
Which option should be used to finish current ooVoo video call?
EndCall 0%
oovoo_obj = null 0%
UnsetCall 0%
Which option works faster?
userList = oovoo_obj.Contacts; txt = user.DisplayName + " " + user.Birthday; 0%
txt = oovoo_obj.Contacts(12) .DisplayName + " " + oovoo_obj.Contacts(12) .Birthday; 0%
Which order of API methods is correct?
IsRunning, IsInstalled; 0%
IsInstalled, Attach; 0%
GetOoVooVersion, Attach; 0%
Attach, GetOoVooVersion; 0%
Which parameters are needed to be inputted to the EndCall method?
boolean (if the method verify ooVoo connection or not) 0%
boolean (if the method should wait or not) 0%
ICall Unique call identifier 0%
None of the options 0%
Which status should user has to get a file?
Online 0%
Offline 0%
Away 0%
Busy 0%
Which user can't be invited to chat?
A user is not presented in the contact list 0%
A user has 'Offline' status 0%
A user has 'Away' status 0%
Which user's status is required to be able to start a conference with him/her using Call method?
Unknown 0%
Online 0%
Offline 0%
Away 0%
Busy 0%
Which value video call flag should have to check all the controls for advanced video call methods?
a -1 0%
0x11111 0%
1 0%
0 0%
Which way to send a chat message to a participant is correct?
oovoo_users_collection = oovoo_obj.CreateUsersList; oovoo_users_collection.AddByStr("friendOovooId"); chat_handle = oovoo_obj.ChatStart(oovoo_users_collection); 0%
oovoo_obj.ChatStart("friendOovooId"); 0%
chat_handle = oovoo_obj.ChatStart( oovoo_obj.CreateUsersList.AddByStr("friendOovooId")); 0%