var UID = "cometchat-uid-2"
var GUID = "cometchat-guid-1" 
CometChat.transferGroupOwnership(UID: UID, GUID: GUID) { (success) in
            
    print("Transfer Group Ownership Successfully")
} onError: { (error) in
    print("Transfer Group Ownership failed with error \(error?.errorDescription)")
}