D14869.11
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
94
Cisco TelePresence System Codec C20
API Reference Guide
xCommand FarEndControl Preset Activate
While in a call, this command is used to activate a preset on the far end codec. The preset covers
the far end codec’s camera positions and input video switcher settings.
The preset must be stored on the far end codec beforehand, either by using the xCommand Preset
Store command locally on the far end codec, or by using the xCommand FarEndControl Preset
Store command from a remote codec.
Note: The far end codec’s xConfiguration Conference FarEndControl Mode setting must be
switched On for the FarEndControl commands to work.
CallId: The CallId is required to identify the far end codec only when in a Multipoint call. The CallId
is returned when issuing the xCommand Dial command. During the call you can run the xStatus Call
command to see the CallId.
PresetId: The PresetId must be retrieved from the far end codec since this is the ID of the preset
that is stored on that codec.
Requires user role:
USER
Parameters:
CallId: <0..65534>
PresetId(r): <1..15>
Example:
xCommand FarEndControl Preset Activate CallId:3 PresetId:1
*r FECCPresetActivateResult (status=OK):
** end
xCommand FarEndControl Preset Store
While in a call, this command is used to store a preset on the far end codec. The preset covers the
far end codec’s camera positions and input video switcher settings.
Note: The far end codec’s xConfiguration Conference FarEndControl Mode setting must be
switched On for the FarEndControl commands to work.
CallId: The CallId is required to identify the far end codec only when in a Multipoint call. The CallId
is returned when issuing the xCommand Dial command. During the call you can run the xStatus Call
command to see the CallId.
PresetId: The PresetId must be retrieved from the far end codec since this is the ID of the preset
that is stored on that codec.
Requires user role:
USER
Parameters:
CallId: <0..65534>
PresetId(r): <0..15>
Example:
xCommand FarEndControl Preset Store CallId:3 PresetId:1
*r FECCPresetStoreResult (status=OK):
** end
xCommand FarEndControl Source Select
Select which video input source to use as the main source on the far end system.
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.
SourceId: Select a video input source on the far end.
Requires user role:
USER
Parameters:
CallId: <0..65534>
SourceId(r): <0..15>
Example:
xCommand FarEndControl Source Select CallId:3 SourceId:1
*r FECCSelectSourceResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand