I'm unable to get participant, manager, moderator values from CC for a conference, When obtaining the environment data using engine.getEnvironmentTree(String[]), for example
I have a Uol which describes the following conference. The conference needs to know which roles the users are allocated against, so that the teacher user for example can delete threads in a forum.
<imsld:conference conference-type="synchronous">
<imsld:title>forum</imsld:title>
<imsld:participant role-ref="role-858ed945-b8f6-ab97-0d7f-bc926482a166" />
<imsld:conference-manager role-ref="role-5fc7ccf8-1d55-e582-288c-9905b48f2bc2" />
<imsld:moderator role-ref="role-5fc7ccf8-1d55-e582-288c-9905b48f2bc2" />
<imsld:item identifier="item-405b2212-9427-3245-ce1e-409e56eb8280" isvisible="true" />
</imsld:conference>
There appears to be no way of getting these values from CC. Once the manifest is imported into CC, the publication database contains no reference to these values.
Thanks
Paul