3

I'm working on a group chat using quickblox. I want to change nickname in a chat room but unable to achieve this. I'm trying below code:

[xmppRoom changeNickname:roomNickName];

It says "You have insufficient privileges"

Mughees Musaddiq
  • 1,060
  • 1
  • 10
  • 27
  • First you need to give permission of "participants allow to change nickname" while creating room. – Tejas Ardeshna Mar 29 '16 at 05:33
  • @TejasArdeshna: Which API would do that in quickblox? I tried to do it from admin dashboard but no luck. – Mughees Musaddiq Mar 29 '16 at 05:42
  • 1
    AFAIK there is no way you are allowed to do this. Quickblox using user ID as roomNick in order to keep tracking and allow users to join and you can only set it before room join. – Raikerian Mar 29 '16 at 06:58

0 Answers0