Cisco Cisco Meeting Server 2000

下载
页码 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
157
2. To create the guest callLegProfile so that guests are disconnected automatically 10
seconds after host leaves the meeting, enter the following:
a. Set method to POST
b. URL is https://192.168.3.77/api/v1/callLegProfiles
c. Body message is
“needsActivation=true&defaultLayout=speakerOnly&deactivationMode=disconnect&
deactivationModeTime=10”.
d. Click Send.
3. Create an access method for hosts using a POST method on the “/coSpaces/<coSpace
ID>/accessMethods” node.
a. Set method to POST
b. URL is https://192.168.3.77/api/v1/coSpaces/ 49967952-83d1-4d7b-8dd6-
1688aec6cb5d/accessMethods
c. Body message is
“uri=12345678.cospace&callID=12345678&callLegProfile=6afd72da-c824-47d5-
a78b-fb0cfb8817d4”.
d. Click Send.
4. Create an access method for guests using a POST method on the “/coSpaces/<coSpace
ID>/accessMethods” node.
Appendix E   API Examples