Hi every One
i am working on an lccs based Application in which i am using all the pods.when i aet in my application
cSession.roomManager.guestHaveToKnock
on this I want to notify the HOST on the enry of any Guest that some some Guest want your permission.
i an trying to do this through sharedCollection which is used by all users of the application.
i am updating the sharedCollection in sychChange Handler od cSession.
bu iam unable to that.Also how can i send the name of Guest to the HOST that this Guest want to enter room.
doing this iam geeting the exception below
hanlde the knocking que accept and deny event .
event i am handling thes events as
if(lccsConnectSession.roomManager.knockingQueue)
{
lccsConnectSession.roomManager.knockingQueue.addEventListener(UserQueueEvent.DENY,guestDeny_Handler);
lccsConnectSession.roomManager.knockingQueue.addEventListener(UserQueueEvent.ACCEPT,guestAllowed_Handler);
}
if any one understand kinly respond as soon as possible.thanks
regards
zaheer