8 Deprecated messages
These messages were supported in version 1.0 of the MCU 4200 Series Management API, but have since been
superseded.
8.1 system.query
This method is deprecated in favour of "device.query" and "conference.enumerate".
There are no parameters passed with this method call. The method response returns the following:
Parameter
Type
currentTime
dateTime.iso8601
restartTime
dateTime.iso8601
The method also returns a 'conferences' <array> of <struct> for each conference, where each <struct>
contains the following parameters:
Parameter
Type
conferenceName
String
numJoined
Integer
numLeft
Integer
Note that until conference.destroy is called for a particular conference, the conference will remain in the list of
conferences even after the conference has ended.
8.2 conference.query
This method is deprecated in favour of "conference.enumerate" and "participant.enumerate".
Parameter
Type
conferenceName
String
The method response returns the following:
Parameter
Type
startTime
dateTime.iso8601
endTime
dateTime.iso8601
pin
String
The method also returns a 'participants' <array> of <struct> for each conference, where each <struct>
contains the following parameters:
Response
Type
participantName
String
Copyright © TANDBERG 2008
Comments
The system's current time.
The date and time at which the system was last restarted.
Comments
The name of the conference
The number of participants that have ever joined the
conference.
The number of participants that have ever left the
conference. The difference between numJoined and
numLeft gives the number of current participants.
Comments
The name of the conference of interest.
Comments
The time at which the conference started at or will start
at.
The time at which the conference will end. If the
conference is permanent then this parameter is absent.
The PIN.
Comments
The participant name supplied in the participant.add
message.
Reference Guide Version 3.0 rev 3.0
43
Need help?
Do you have a question about the 3.0 and is the answer not in the manual?