Hello, Does anybody know how to setup the active_talker_region and active_talker_interval in restful XMSConference? We create a new XMSConference using the factory method // ex. XMSConference conference = factory.CreateConference(xmsConnector); Then we set various conference options, // ex. conference.ConferenceOptions.SetMediaType(XMSMediaType.VIDEO); We want to set the active_talker_interval and active_talker_region parameters, as specified in the REST apis documentation http://www.dialogic.com/webhelp/XMS/2.1/XMS_RESTfulAPIUser.pdf While there is the method to set the most basic layout //ex. conference.ConferenceOptions.SetLayout(6); nothing in the XMSClientLibrary java code indicates how to setup a more advanced type of layout, or the 2 parameters in question. We need them to satisfy our requirements that the active talker is exposed. We'd appreciate any suggestions. -Tom
↧