During an online meeting the advisor can give the participant the control to complete forms or make choices.

To do so, the advisor clicks the "Switch Control" button.


Additionally it is possible to add code to a node which gives the participant automatically the control (the advisor doesn't have to click the "Switch Control" button). 

To do so add clientActive="true" to the node, eg.:

<node id="example" type="Form" clientActive="true" >



At a node the "Switch Control" button can be de-activated, by adding allowControlSwitch="false" to the node, eg:

<node id="dummyId" type="Form" allowControlSwitch="false">