Cisco Unified Application Environment Developer Forums

« Back to Etch

Difference between registration key and sessionId

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi All,
 
   We developed a conference call application. While registering the application we got the registartion key.
Inside GotRequest() the session id is different from registration key.
 
Could please tell me what is the difference between registration key and sessionId.
 
Thanks,
Reeja.

Hi Reeja ,

Registration Key is Unique key For your Etch Application that connected with CUAE. this is Valid till your application is Connected with CUAE.

you will get unique different SessionId for every GotRequest.

All sessionIds are unique for One Registration key.But you will get same sessionIds for Differenct Registration Keys.

You can generate your Cuae sessionId with the help of Registrationkey.

string sessionId =server.addCuaeSession(registrationKey);


Regards,
Brajesh