Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
134
Appendix A Additional Call Leg Information
A.1 Call Leg Information
When information is retrieved on a specific individual call leg, its structure follows the form:
<callLeg id=”386621ab-927b-4624-a77d-0288913c92ac">
call leg response values (see section 8.3.3)
<configuration>
call leg configuration (see
)
</configuration>
<status>
call leg status (see
)
</status>
</callLeg>
A.1.1 Call leg configuration
The configuration section returned includes the same values as those that can be modified in a
PUT method on that call leg. An example configuration section is shown below:
<configuration>
<ownerId>XXXXX</ownerId>
<chosenLayout></chosenLayout>
<needsActivation>false</needsActivation>
<defaultLayout>speakerOnly</defaultLayout>
<participantLabels>false</participantLabels>
<presentationDisplayMode>dualStream</presentationDisplayMode>
<presentationContributionAllowed>false</presentationContributionA
llowed>
<presentationViewingAllowed>true</presentationViewingAllowed>
<endCallAllowed>true</endCallAllowed>
<muteOthersAllowed>true</muteOthersAllowed>
<videoMuteOthersAllowed>true</videoMuteOthersAllowed>
<muteSelfAllowed>true</muteSelfAllowed>
<videoMuteSelfAllowed>true</videoMuteSelfAllowed>
<changeLayoutAllowed>true</changeLayoutAllowed>
<joinToneParticipantThreshold>0</joinToneParticipantThreshold>
<leaveToneParticipantThreshold>0</leaveToneParticipantThreshold>
<videoMode>false</videoMode>
<rxAudioMute>false</rxAudioMute>
<txAudioMute>false</txAudioMute>
<rxVideoMute>false</rxVideoMute>
Appendix A   Additional Call Leg Information