Technical References

D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 132
Cisco TelePresence System Codec C40/C60 API Reference Guide
TStringSend commands
xCommand TStringSend
Send data to far end, e.g. for TelePresence control systems. Uses the H.245 control channel (TCP).
Works with H.323 calls only.
Message: Enter the message to be sent to the far end.
CallId: 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: USER
Parameters:
CallId(r): <0..65534>
Message(r): <S: 1, 1450>
Example:
xCommand TStringSend CallId:1 Message:"This is an example"
*r TStringSendResult (status=OK):
** end
Video commands
xCommand Video PictureLayoutSet
Select the screen layout mode.
Target: Select if the target is the local layout or the remote layout.
CallId: 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.
LayoutFamily: Select a layout family.
CustomLayoutName: Enter a name for the layout.
Requires user role: USER
Parameters:
Target: <local/remote>
CallId: <0..65534>
LayoutFamily(r): <auto/custom/equal/fullscreen/overlay/presentationlargespeaker/
presentationsmallspeaker/prominent/single/speaker_full>
CustomLayoutName: <S: 1, 128>
Example:
xCommand Video PictureLayoutSet Target: Local LayoutFamily: equal
*r SetPictureLayoutResult (status=OK):
** end
xCommand Video Layout Add
NOTE: This command is not supported on Codec C40.
Add a new empty video layout composition. Returns the LayoutId. When the command has been
issued you can use the result, the LayoutId of the newly created layout, to add frames with different
video sources to the layout.
Requires user role: ADMIN
Parameters:
LayoutId: <1..2147483647>
Example:
xCommand Video Layout Add
OK
*r VideoLayoutAddResult (status=OK):
LayoutId: 1
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand