Technical References
D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 136
Cisco TelePresence System Codec C40/C60 API Reference Guide
xCommand Video Layout AssignCall
NOTE: This command is not supported on Codec C40.
Assign the call layout (main stream) to the remote output. The defined video composition appears
on the remote main video stream.
LayoutId: A unique identifier for the layout, which was created when the xCommand Video Layout
Add command was issued.
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:
LayoutId(r): <1..2147483647>
CallId: <0..65534>
Example:
xCommand Video Layout AssignCall LayoutId:2 CallId:1
OK
*r VideoLayoutAssignCallResult (status=OK):
** end
xCommand Video Layout AssignPresentation
NOTE: This command is not supported on Codec C40.
Assign the presentation layout (dual stream) to the remote output. The defined video composition
appears on the remote dual video stream. This layout must be full-screen and contain only one
frame.
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
NOTE: This command is not supported on Codec C40.
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
NOTE: This command is not supported on Codec C40.
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
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand