Cisco Cisco Meeting Server 2000 Entwickleranleitung

Seite von 147
Cisco Meeting Server Release 2.0 : API Reference Guide
81
Parameters
Type/Value
Description/Notes
offset
limit
Number
Number
An "offset" and "limit" can be supplied to retrieve elements other than the first
"page" in the notional list (see
above
).
usageFilter
referenced|
unreferenced
Using unreferenced retrieves only those DTMF profiles that are not referenced by
global settings or any other object. This is a useful check before deleting the
profile. To retrieve just those DTMF profiles which are referenced in at least one
place, supply "usageFilter=referenced".
Response elements
Type/Value
Description/Notes
Response is structured as a top-level <dtmfProfiles
total="N"> tag with potentially multiple <dtmfProfile>
elements within it.
muteSelfAudio
String
DTMF sequence to be used by a participant to mute the
audio being contributed to their call
unmuteSelfAudio
String
DTMF sequence to be used by a participant to unmute
their audio
toggleMuteSelfAudio
String
DTMF sequence to be used by a participant to toggle
between mute and unmute audio from themselves
muteAllExceptSelfAudio
String
DTMF sequence to be used by a participant to mute all
other participants in the call.
unmuteAllExceptSelfAudio
String
DTMF sequence to be used by a participant to unmute all
other participants in the call.
startRecording
String
DTMF sequence to be used by a participant to start
recording the active call.
stopRecording
String
DTMF sequence to be used by a participant to stop
recording the active call.
muteAllNewAudio
String
DTMF sequence to be used by a participant to mute all
new participants. Sets joinAudioMuteOverride Call object
to true.
unmuteAllNewAudio
String
DTMF sequence to be used by a participant to unmute all
new participants. . Sets joinAudioMuteOverride Call
object to false.
defaultMuteAllNewAudio
String
DTMF sequence to be used by a participant to use the
audio mute value from the call leg profile for new
participants.
8   Call Related Methods