Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
82
Response elements
Type/Value
Description/Notes
muteAllNewAndAllExceptSelfAudio
String
DTMF sequence to be used by a participant to mute all
new participants and all other participants in the call.
Sets joinAudioMuteOverride in the call object to `true`
and mutes all call legs except for the issuer. This requires
‘muteOthersAllowed’ and
‘changeJoinAudioMuteOverrideAllowed’ to be ‘true’ in
the call leg profile of the issuer.
unmuteAllNewAndAllExceptSelfAudio
String
DTMF sequence to be used by a participant to unmute all
new participants and all other participants in the call.
Sets joinAudioMuteOverride in the call object to `false`
and unmutes all call legs except for the issuer. This
requires ‘muteOthersAllowed’ and
‘changeJoinAudioMuteOverrideAllowed’ to be ‘true’ in
the call leg profile of the issuer.
8.8.2 Setting up and modifying DTMF Profiles
n
Creating: POST method to the /dtmfProfiles" node
n
Modifying: PUT to "/dtmfProfiles/<dtmfprofile id>"
Parameters
Type/Value
Description/Notes
lockCall
String
DTMF sequence to be used by a participant to lock the
call; new call legs that require activation will not be
activated even if an activator has joined the call.
unlockCall
String
DTMF sequence to be used by a participant to unlock
the call; this will activate all call legs that need
activation if there is an activator in the call.
nextLayout
String
DTMF sequence to be used by a participant to change
the participant's video layout to the next one in the list.
previousLayout
String
DTMF sequence to be used by a participant to change
the participant's video layout to the previous one in the
list.
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.
8   Call Related Methods