Technical References

D14 641.11 Codec C90 API Reference Guide TC6.2, JULY 2013. Copyright © 20102013 Cisco Systems, Inc. All rights reserved. 128
Cisco TelePresence System Codec C90 API Reference Guide
xCommand Video Layout AssignPresentation
Assign the presentation layout (dual stream) to the remote output. The defined video composition
appears on the remote dual video stream.
LayoutId: A unique identifier for the layout, which was created when the xCommand Video Layout
Add command was issued.
Requires user role: ADMIN
Parameters:
LayoutId(r): <1..2147483647>
Example:
xCommand Video Layout AssignPresentation LayoutId:2
OK
*r VideoLayoutAssignPresentationResult (status=OK):
** end
xCommand Video Layout UnAssign
Remove the defined video layout, and go back to default.
CallId: A unique identifier for the call. The CallID is returned when the xCommand Dial command is
run. During the call you can run the xStatus Call command to see the CallId.
OutputId: A unique identifier for the local output, which was created when the xCommand Audio
LocalOutput Add command was issued.
Requires user role: ADMIN
Parameters:
CallId(r): <0..65534>
OutputId(r): <0..65534>
Example:
xCommand Video Layout UnAssign CallId: 1 OutputId: 1
*r VideoLayoutUnassignResult (status=OK):
** end
xCommand Video Layout UnAssignLocalOutput
Remove the defined video layout, and go back to default.
OutputId: A unique identifier for the local output, which was created when the xCommand Audio
LocalOutput Add command was issued.
Requires user role: ADMIN
Parameters:
OutputId(r): <0..65534>
Example:
xCommand Video Layout UnAssignLocalOutput OutputId:1
OK
*r VideoLayoutUnAssignLocalOutputResult (status=OK):
** end
xCommand Video Layout UnAssignCall
Remove the defined video layout, and go back to default.
CallId: A unique identifier for the call. The CallID is returned when the xCommand Dial command is
run. During the call you can run the xStatus Call command to see the CallId.
Requires user role: ADMIN
Parameters:
CallId: <0..65534>
Example:
xCommand Video Layout UnAssignCall CallId:1
OK
*r VideoLayoutUnAssignCallResult (status=OK):
** end
xCommand Video Layout UnAssignPresentation
Remove the defined video layout, and go back to default.
Requires user role: ADMIN
Example:
xCommand Video Layout UnAssignPresentation
OK
*r VideoLayoutUnAssignPresentationResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand