D15107.05
Codec SX80 API Reference Guide TC7.3, OCTOBER 2015.
Copyright © 2015 Cisco Systems, Inc. All rights reserved.
138
Cisco TelePresence SX80
API Reference Guide
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:
xCom mand Video Layout UnAssignCall CallId:1
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:
xCom mand Video Layout UnAssignLocalOutput OutputId:1
xCommand Video Layout UnAssignPresentation
Remove the defined video layout, and go back to default.
Requires user role:
ADMIN
Example:
xCom mand Video Layout UnAssignPresentation
xCommand Video Matrix Assign
xCommand Video Matrix commands are a smart overlay to the xCommand Video Layout commands
to make it easy to do simple video compositions.
Mode: Choose whether to replace the existing source on that output rendered full screen or to add
it. Using Add, the layout engine will recompose the multiple sources automatically. Replace is the
default value.
Output: Choose the output you wish to use for this layout.
SourceId: The identifier (ID) of the input source. Input Source [n] has ID n. Run the following API
command to find the ID: xStatus Video Input Source.
Requires user role:
USER
Parameters:
Mode: <Add / Replace>
Output (r): <1 – 2>
SourceId (r): <1 – 3>
Example:
xCom mand Video Matrix Assign Mode:Add Output:1 SourceId:1
xCommand Video Matrix Reset
Reset the content on the output to the default layout
xCommand Video Matrix commands are a smart overlay to the xCommand Video Layout commands
to make it easy to do simple video compositions.
Output: Choose the output you want to reset.
Requires user role:
USER
Parameters:
Output: <1 – 2>
Example:
xCom mand Video Matrix Reset Output:1
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand