Skip to main content
In other words, as a logged-in user, how do I transfer the ownership of any group if I am the owner of the group? In order to transfer the ownership of any group, the first condition is that you must be the owner of the group. In case you are the owner of the group, you can use the transferGroupOwnership() method provided by the CometChat class. This will be helpful as the owner is not allowed to leave the group. In case, you as the owner would like to leave the group, you will have to use this method and transfer your ownership first to any other member of the group and only then you will be allowed to leave the group.
Note: Only the current group owner can transfer ownership. The owner must transfer ownership before leaving the group.
Transfer ownership of a group to another member. Only the current owner can do this, and since owners cannot leave their group, you must transfer ownership first if you want to leave. See Leave Group.

Transfer Ownership

Use transferGroupOwnership() to transfer ownership to another group member.
On success, the method resolves with a success message string confirming the operation. The new owner gets admin scope and the previous owner becomes a participant.

Next Steps

Leave Group

Leave a group after transferring ownership

Change Member Scope

Promote or demote group members