User Community Feedback

Submitted ideas will be evaluated by our product teams for upcoming releases and will be responded to so you know where things stand. For product support, please use the community forums or contact TAC.

NOTE: All Cisco employees & Channel Partners must enter Ideas through this Ideas Portal.

Implement possibility to show local content share on one screen only

Currently on dual screen systems, local content share is shown on both screens when the system is not in a call.

It would be great to have the option to display content on one screen only.

This was possible with RoomOS 10 and the following configuration:


xapi.Command.Video.Layout.LayoutFamily.Set({

LayoutFamily: "equal",

Target: "Local"

})


xapi.Config.Video.Monitors.set("DualPresentationOnly")


xapi.Config.Video.Output.Connector[1].MonitorRole.set("PresentationOnly")

xapi.Config.Video.Output.Connector[2].MonitorRole.set("First")


  • Thomas Summer
  • Mar 22 2023