- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I tried using an authentication token as per page 63 of the LCCS_Developer_Guide.pdf.
In generating an authentication key for a recording, the following steps are required:
Instantiate an accountManager from your server and log in with your developer credentials (as described in Section 6.4).
When requesting a session for a particular room, instead of just the room name, use "roomName/archiveID". For example, for a
room named "myFirstRoom", and a recording made of that room, with archiveID "myFirstRecording", call
accountManager.getSession("myFirstRoom/myFirstRecording");.
However. The accountManager.getSession("myFirstRoom/myFirstRecording"); method call fails every time with
a bad instance exception.
Can someone please give me some help here.
Thanks.
Views
Replies
Total Likes