Running the Sample
- Launch the sample and then connect to the room “examples” with MeshAgent Studio.
- Add a document in the room
- Press “Run” to select the sample listener agent
- Select the agent “proxy.sample-listener”.
- You will be asked the path of the document that the agent should listen to, enter the name (including extension) of the document you created.
- After connecting to the agent, the agent will print a message letting you know it has started listening.
- Under the source tab, you can edit the document. Right click the root node to add a new element and the listener will print out that the element has changed.
- Modify an attribute and the listener will print that the attribute changed