Hello everyone, I am having a strange problem where an invited user can chat but moderator cannot. Steps I am following are -
Create a room with - addRoomWithModerationExternalTypeAndAudioType Create user object and moderator for this room with - setUserObjectAndGenerateRoomHashByURLAndRecFlag and enter the room with that secure hash Generate an invitation to a user with - getInvitationHash and enter the room with that invitation hash User's chat is echoed on his window as well as on the moderator's but, moderator's chat goes nowhere. Greatly appreciate help to resolve this problem. Thanks Sanjay PS: Some parameters I am using - just in case addRoomWithModerationExternalTypeAndAudioType (ispublic=true appointment=false isModeratedRoom=true allowUserQuestions=false) setUserObjectAndGenerateRoomHashByURLAndRecFlag (becomeModeratorAsInt=1)
