D15107.05
Codec SX80 API Reference Guide TC7.3, OCTOBER 2015.
Copyright © 2015 Cisco Systems, Inc. All rights reserved.
94
Cisco TelePresence SX80
API Reference Guide
xCommand Audio LocalOutput UpdateInputGain
Update the gain of a local or remote input connected to a local output. The gain on the input signal
is in the range from -54dB to 15dB. The value -54dB equals Off.
This command is mainly intended for internal use by the TC console. TC console automatically
generates a start-up script that makes the command persistent over a reboot. To use this command
outside of TC console, you have to include it in a start-up script in order to make the setting persis-
tent over a reboot. For more information on star-up scripts and TC console see the administrator
guide for your codec.
OutputId: A unique identifier for the local output.
InputId: A unique identifier for the local input.
InputGain: Set a gain on the input signal in the range from -54dB to 15dB. The value -54dB equals
Off.
Requires user role:
ADMIN
Parameters:
OutputId(r): <0..65534>
InputId(r): <0..65534>
InputGain: <-54..15>
Example:
xCom mand Audio LocalOutput UpdateInputGain OutputId:6 InputId:3
xCommand Audio Microphones Mute
Mute all microphones.
Requires user role:
USER
Example:
xCom mand Audio Microphones Mute
xCommand Audio Microphones Unmute
Unmute microphones.
Requires user role:
USER
Example:
xCom mand Audio Microphones Unmute
xCommand Audio RemoteOutput ConnectInput
Connect a local or remote input to a remote output with their IDs as parameters. When a call is
made a remote input and remote output pair is created.
This command is mainly intended for internal use by the TC console. TC console automatically
generates a start-up script that makes the command persistent over a reboot. To use this command
outside of TC console, you have to include it in a start-up script in order to make the setting persis-
tent over a reboot. For more information on star-up scripts and TC console see the administrator
guide for your codec.
OutputId: A unique identifier for the local output.
InputId: A unique identifier for the local or remote input.
InputGain: Set a gain on the input signal in the range from -54dB to 15dB. The value -54dB equals
Off.
Requires user role:
ADMIN
Parameters:
OutputId(r): <0..65534>
InputId(r): <0..65534>
InputGain: <-54..15>
Example:
xCom mand Audio RemoteOutput ConnectInput OutputId:10 InputId:8
xCommand Audio RemoteOutput DisconnectInput
Disconnect a local or remote input from a remote output with their IDs as parameters.
This command is mainly intended for internal use by the TC console. TC console automatically
generates a start-up script that makes the command persistent over a reboot. To use this command
outside of TC console, you have to include it in a start-up script in order to make the setting persis-
tent over a reboot. For more information on star-up scripts and TC console see the administrator
guide for your codec.
OutputId: A unique identifier for the local output.
InputId: A unique identifier for the local or remote input.
Requires user role:
ADMIN
Parameters:
OutputId(r): <0..65534>
InputId(r): <0..65534>
Example:
xCom mand Audio RemoteOutput DisconnectInput OutputId:10 InputId:8
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand